Html Css Color HEX #431C0B Brown Pod

📋 copy color: '#431C0B'

red 67 ◦ green 28 ◦ blue 11

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

Shades of Brown Pod #431C0B

Tints of Brown Pod #431C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.42%

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

R = 63.21%
G = 26.42%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#431C0B (or 0x431C0B) is known color: Brown Pod. HEX triplet: 43, 1C and 0B. RGB value is (67,28,11). Sum of RGB (Red+Green+Blue) = 67+28+11=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C0B is #BCE3F4. Grayscale: #252525. Windows color (decimal): -12379125 or 728131. OLE color: 728131.

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

Color convert

RGB 67 28 11 -
CMYK 0 0.58 0.84 0.74
HSL 18.21º 0.72% 0.15% -
HSV(B) 18.21º 0.84% 0.26% -
XYZ 2.79 2.05 0.56 -
YUV 37.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 67 28 11 0 0.58 0.84 0.74 18.21 0.72 0.15
Hex 43 1C B 0 3A 54 4A 12 48 F
Octal 103 34 13 0 72 124 112 22 110 17
Binary 1000011 11100 1011 0 111010 1010100 1001010 10010 1001000 1111

Color Harmonies of #431C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C0B

Black with #431C0B

Text Example


Text Example

White with #431C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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