Html Css Color HEX #431D11 Brown Pod

📋 copy color: '#431D11'

red 67 ◦ green 29 ◦ blue 17

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

Shades of Brown Pod #431D11

Tints of Brown Pod #431D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.66%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 59.29%
G = 25.66%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#431D11 (or 0x431D11) is known color: Brown Pod. HEX triplet: 43, 1D and 11. RGB value is (67,29,17). Sum of RGB (Red+Green+Blue) = 67+29+17=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #431D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D11 is #BCE2EE. Grayscale: #272727. Windows color (decimal): -12378863 or 1121603. OLE color: 1121603.

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

Color convert

RGB 67 29 17 -
CMYK 0 0.57 0.75 0.74
HSL 14.4º 0.6% 0.16% -
HSV(B) 14.4º 0.75% 0.26% -
XYZ 2.86 2.11 0.79 -
YUV 38.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 67 29 17 0 0.57 0.75 0.74 14.4 0.6 0.16
Hex 43 1D 11 0 39 4B 4A E 3C 10
Octal 103 35 21 0 71 113 112 16 74 20
Binary 1000011 11101 10001 0 111001 1001011 1001010 1110 111100 10000

Color Harmonies of #431D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D11

Black with #431D11

Text Example


Text Example

White with #431D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,29,17); }

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

background-color css

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

 a { background-color: rgb(67,29,17); }

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

border-color css

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

 span { border-color: rgb(67,29,17); }

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