Html Css Color HEX #431C11 Brown Pod

📋 copy color: '#431C11'

red 67 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #431C11

Tints of Brown Pod #431C11

RGB

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

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

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

R = 59.82%
G = 25%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#431C11 (or 0x431C11) is known color: Brown Pod. HEX triplet: 43, 1C and 11. RGB value is (67,28,17). Sum of RGB (Red+Green+Blue) = 67+28+17=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #431C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C11 is #BCE3EE. Grayscale: #262626. Windows color (decimal): -12379119 or 1121347. OLE color: 1121347.

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

Color convert

RGB 67 28 17 -
CMYK 0 0.58 0.75 0.74
HSL 13.2º 0.6% 0.16% -
HSV(B) 13.2º 0.75% 0.26% -
XYZ 2.83 2.06 0.78 -
YUV 38.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 67 28 17 0 0.58 0.75 0.74 13.2 0.6 0.16
Hex 43 1C 11 0 3A 4B 4A D 3C 10
Octal 103 34 21 0 72 113 112 15 74 20
Binary 1000011 11100 10001 0 111010 1001011 1001010 1101 111100 10000

Color Harmonies of #431C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C11

Black with #431C11

Text Example


Text Example

White with #431C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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