Html Css Color HEX #431B16 Brown Pod

📋 copy color: '#431B16'

red 67 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #431B16

Tints of Brown Pod #431B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.97%

R = 57.76%
G = 23.28%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#431B16 (or 0x431B16) is known color: Brown Pod. HEX triplet: 43, 1B and 16. RGB value is (67,27,22). Sum of RGB (Red+Green+Blue) = 67+27+22=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #431B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B16 is #BCE4E9. Grayscale: #262626. Windows color (decimal): -12379370 or 1448771. OLE color: 1448771.

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

Color convert

RGB 67 27 22 -
CMYK 0 0.60 0.67 0.74
HSL 6.67º 0.51% 0.17% -
HSV(B) 6.67º 0.67% 0.26% -
XYZ 2.85 2.04 1 -
YUV 38.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 67 27 22 0 0.60 0.67 0.74 6.67 0.51 0.17
Hex 43 1B 16 0 3C 43 4A 7 33 11
Octal 103 33 26 0 74 103 112 7 63 21
Binary 1000011 11011 10110 0 111100 1000011 1001010 111 110011 10001

Color Harmonies of #431B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B16

Black with #431B16

Text Example


Text Example

White with #431B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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