Html Css Color HEX #471A18 Seal Brown

📋 copy color: '#471A18'

red 71 ◦ green 26 ◦ blue 24

#471A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #471A18

Tints of Seal Brown #471A18

RGB

 RED value IS 71 (28.13% from 255) = 58.68%

 GREEN value IS 26 (10.55% from 255) = 21.49%

 BLUE value IS 24 (9.77% from 255) = 19.83%

R = 58.68%
G = 21.49%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#471A18 (or 0x471A18) is known color: Seal Brown. HEX triplet: 47, 1A and 18. RGB value is (71,26,24). Sum of RGB (Red+Green+Blue) = 71+26+24=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A18 is #B8E5E7. Grayscale: #272727. Windows color (decimal): -12117480 or 1579591. OLE color: 1579591.

HSL color Cylindrical-coordinate representation of color #471A18: hue angle of 2.55º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471A18 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 24 -
CMYK 0 0.63 0.66 0.72
HSL 2.55º 0.49% 0.19% -
HSV(B) 2.55º 0.66% 0.28% -
XYZ 3.13 2.14 1.11 -
YUV 39.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 71 26 24 0 0.63 0.66 0.72 2.55 0.49 0.19
Hex 47 1A 18 0 3F 42 48 3 31 13
Octal 107 32 30 0 77 102 110 3 61 23
Binary 1000111 11010 11000 0 111111 1000010 1001000 11 110001 10011

Color Harmonies of #471A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A18

Black with #471A18

Text Example


Text Example

White with #471A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A18; }

 p { color: rgb(71,26,24); }

 H1.HeaderClassName
 {
   color: #471A18;
 }
 .AnyTagClassName
 {
   color: #471A18;
 }
</style>

background-color css

<style>
 a { background-color: #471A18; }

 a { background-color: rgb(71,26,24); }

 div.DivClassName
 {
   background-color: #471A18;
 }
 .BgClassName
 {
   background-color: #471A18;
 }
</style>

border-color css

<style>
 span { border-color: #471A18; }

 span { border-color: rgb(71,26,24); }

 td.TdClassName
 {
   border-color: #471A18;
 }
 .TagClassName
 {
   border-color: #471A18;
 }
</style>