Html Css Color HEX #431A12 Brown Pod

📋 copy color: '#431A12'

red 67 ◦ green 26 ◦ blue 18

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

Shades of Brown Pod #431A12

Tints of Brown Pod #431A12

RGB

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

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

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

R = 60.36%
G = 23.42%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#431A12 (or 0x431A12) is known color: Brown Pod. HEX triplet: 43, 1A and 12. RGB value is (67,26,18). Sum of RGB (Red+Green+Blue) = 67+26+18=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A12 is #BCE5ED. Grayscale: #252525. Windows color (decimal): -12379630 or 1186371. OLE color: 1186371.

HSL color Cylindrical-coordinate representation of color #431A12: hue angle of 9.8º 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 #431A12 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 18 -
CMYK 0 0.61 0.73 0.74
HSL 9.8º 0.58% 0.17% -
HSV(B) 9.8º 0.73% 0.26% -
XYZ 2.79 1.98 0.81 -
YUV 37.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 67 26 18 0 0.61 0.73 0.74 9.8 0.58 0.17
Hex 43 1A 12 0 3D 49 4A A 3A 11
Octal 103 32 22 0 75 111 112 12 72 21
Binary 1000011 11010 10010 0 111101 1001001 1001010 1010 111010 10001

Color Harmonies of #431A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A12

Black with #431A12

Text Example


Text Example

White with #431A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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