Html Css Color HEX #431B0C Brown Pod

📋 copy color: '#431B0C'

red 67 ◦ green 27 ◦ blue 12

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

Shades of Brown Pod #431B0C

Tints of Brown Pod #431B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25.47%

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 63.21%
G = 25.47%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#431B0C (or 0x431B0C) is known color: Brown Pod. HEX triplet: 43, 1B and 0C. RGB value is (67,27,12). Sum of RGB (Red+Green+Blue) = 67+27+12=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B0C is #BCE4F3. Grayscale: #252525. Windows color (decimal): -12379380 or 793411. OLE color: 793411.

HSL color Cylindrical-coordinate representation of color #431B0C: hue angle of 16.36º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431B0C is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 27 12 -
CMYK 0 0.60 0.82 0.74
HSL 16.36º 0.7% 0.15% -
HSV(B) 16.36º 0.82% 0.26% -
XYZ 2.77 2 0.59 -
YUV 37.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 67 27 12 0 0.60 0.82 0.74 16.36 0.7 0.15
Hex 43 1B C 0 3C 52 4A 10 46 F
Octal 103 33 14 0 74 122 112 20 106 17
Binary 1000011 11011 1100 0 111100 1010010 1001010 10000 1000110 1111

Color Harmonies of #431B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B0C

Black with #431B0C

Text Example


Text Example

White with #431B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431B0C; }

 p { color: rgb(67,27,12); }

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

background-color css

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

 a { background-color: rgb(67,27,12); }

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

border-color css

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

 span { border-color: rgb(67,27,12); }

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