Html Css Color HEX #431805 Brown Pod

📋 copy color: '#431805'

red 67 ◦ green 24 ◦ blue 5

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

Shades of Brown Pod #431805

Tints of Brown Pod #431805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 69.79%
G = 25%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#431805 (or 0x431805) is known color: Brown Pod. HEX triplet: 43, 18 and 05. RGB value is (67,24,5). Sum of RGB (Red+Green+Blue) = 67+24+5=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431805 is #BCE7FA. Grayscale: #222222. Windows color (decimal): -12380155 or 333891. OLE color: 333891.

HSL color Cylindrical-coordinate representation of color #431805: hue angle of 18.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #431805 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 24 5 -
CMYK 0 0.64 0.93 0.74
HSL 18.39º 0.86% 0.14% -
HSV(B) 18.39º 0.93% 0.26% -
XYZ 2.67 1.86 0.36 -
YUV 34.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 67 24 5 0 0.64 0.93 0.74 18.39 0.86 0.14
Hex 43 18 5 0 40 5D 4A 12 56 E
Octal 103 30 5 0 100 135 112 22 126 16
Binary 1000011 11000 101 0 1000000 1011101 1001010 10010 1010110 1110

Color Harmonies of #431805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431805

Black with #431805

Text Example


Text Example

White with #431805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431805; }

 p { color: rgb(67,24,5); }

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

background-color css

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

 a { background-color: rgb(67,24,5); }

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

border-color css

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

 span { border-color: rgb(67,24,5); }

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