Html Css Color HEX #431D0B Brown Pod

📋 copy color: '#431D0B'

red 67 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #431D0B

Tints of Brown Pod #431D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 62.62%
G = 27.1%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#431D0B (or 0x431D0B) is known color: Brown Pod. HEX triplet: 43, 1D and 0B. RGB value is (67,29,11). Sum of RGB (Red+Green+Blue) = 67+29+11=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #431D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D0B is #BCE2F4. Grayscale: #262626. Windows color (decimal): -12378869 or 728387. OLE color: 728387.

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

Color convert

RGB 67 29 11 -
CMYK 0 0.57 0.84 0.74
HSL 19.29º 0.72% 0.15% -
HSV(B) 19.29º 0.84% 0.26% -
XYZ 2.81 2.1 0.57 -
YUV 38.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 67 29 11 0 0.57 0.84 0.74 19.29 0.72 0.15
Hex 43 1D B 0 39 54 4A 13 48 F
Octal 103 35 13 0 71 124 112 23 110 17
Binary 1000011 11101 1011 0 111001 1010100 1001010 10011 1001000 1111

Color Harmonies of #431D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D0B

Black with #431D0B

Text Example


Text Example

White with #431D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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