Html Css Color HEX #431912 Brown Pod

📋 copy color: '#431912'

red 67 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #431912

Tints of Brown Pod #431912

RGB

 RED value IS 67 (26.56% from 255) = 60.91%

 GREEN value IS 25 (10.16% from 255) = 22.73%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 60.91%
G = 22.73%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#431912 (or 0x431912) is known color: Brown Pod. HEX triplet: 43, 19 and 12. RGB value is (67,25,18). Sum of RGB (Red+Green+Blue) = 67+25+18=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431912 is #BCE6ED. Grayscale: #242424. Windows color (decimal): -12379886 or 1186115. OLE color: 1186115.

HSL color Cylindrical-coordinate representation of color #431912: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431912 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 25 18 -
CMYK 0 0.63 0.73 0.74
HSL 8.57º 0.58% 0.17% -
HSV(B) 8.57º 0.73% 0.26% -
XYZ 2.77 1.93 0.8 -
YUV 36.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 67 25 18 0 0.63 0.73 0.74 8.57 0.58 0.17
Hex 43 19 12 0 3F 49 4A 9 3A 11
Octal 103 31 22 0 77 111 112 11 72 21
Binary 1000011 11001 10010 0 111111 1001001 1001010 1001 111010 10001

Color Harmonies of #431912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431912

Black with #431912

Text Example


Text Example

White with #431912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431912; }

 p { color: rgb(67,25,18); }

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

background-color css

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

 a { background-color: rgb(67,25,18); }

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

border-color css

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

 span { border-color: rgb(67,25,18); }

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