Html Css Color HEX #431C10 Brown Pod

📋 copy color: '#431C10'

red 67 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #431C10

Tints of Brown Pod #431C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.41%

R = 60.36%
G = 25.23%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#431C10 (or 0x431C10) is known color: Brown Pod. HEX triplet: 43, 1C and 10. RGB value is (67,28,16). Sum of RGB (Red+Green+Blue) = 67+28+16=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C10 is #BCE3EF. Grayscale: #262626. Windows color (decimal): -12379120 or 1055811. OLE color: 1055811.

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

Color convert

RGB 67 28 16 -
CMYK 0 0.58 0.76 0.74
HSL 14.12º 0.61% 0.16% -
HSV(B) 14.12º 0.76% 0.26% -
XYZ 2.82 2.06 0.74 -
YUV 38.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 67 28 16 0 0.58 0.76 0.74 14.12 0.61 0.16
Hex 43 1C 10 0 3A 4C 4A E 3D 10
Octal 103 34 20 0 72 114 112 16 75 20
Binary 1000011 11100 10000 0 111010 1001100 1001010 1110 111101 10000

Color Harmonies of #431C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C10

Black with #431C10

Text Example


Text Example

White with #431C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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