Html Css Color HEX #431A10 Brown Pod

📋 copy color: '#431A10'

red 67 ◦ green 26 ◦ blue 16

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

Shades of Brown Pod #431A10

Tints of Brown Pod #431A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 61.47%
G = 23.85%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#431A10 (or 0x431A10) is known color: Brown Pod. HEX triplet: 43, 1A and 10. RGB value is (67,26,16). Sum of RGB (Red+Green+Blue) = 67+26+16=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A10 is #BCE5EF. Grayscale: #252525. Windows color (decimal): -12379632 or 1055299. OLE color: 1055299.

HSL color Cylindrical-coordinate representation of color #431A10: hue angle of 11.76º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431A10 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 16 -
CMYK 0 0.61 0.76 0.74
HSL 11.76º 0.61% 0.16% -
HSV(B) 11.76º 0.76% 0.26% -
XYZ 2.78 1.97 0.72 -
YUV 37.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 67 26 16 0 0.61 0.76 0.74 11.76 0.61 0.16
Hex 43 1A 10 0 3D 4C 4A C 3D 10
Octal 103 32 20 0 75 114 112 14 75 20
Binary 1000011 11010 10000 0 111101 1001100 1001010 1100 111101 10000

Color Harmonies of #431A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A10

Black with #431A10

Text Example


Text Example

White with #431A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,26,16); }

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

background-color css

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

 a { background-color: rgb(67,26,16); }

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

border-color css

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

 span { border-color: rgb(67,26,16); }

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