Html Css Color HEX #431B10 Brown Pod

📋 copy color: '#431B10'

red 67 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #431B10

Tints of Brown Pod #431B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.55%

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

R = 60.91%
G = 24.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#431B10 (or 0x431B10) is known color: Brown Pod. HEX triplet: 43, 1B and 10. RGB value is (67,27,16). Sum of RGB (Red+Green+Blue) = 67+27+16=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B10 is #BCE4EF. Grayscale: #252525. Windows color (decimal): -12379376 or 1055555. OLE color: 1055555.

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

Color convert

RGB 67 27 16 -
CMYK 0 0.60 0.76 0.74
HSL 12.94º 0.61% 0.16% -
HSV(B) 12.94º 0.76% 0.26% -
XYZ 2.8 2.01 0.73 -
YUV 37.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 67 27 16 0 0.60 0.76 0.74 12.94 0.61 0.16
Hex 43 1B 10 0 3C 4C 4A D 3D 10
Octal 103 33 20 0 74 114 112 15 75 20
Binary 1000011 11011 10000 0 111100 1001100 1001010 1101 111101 10000

Color Harmonies of #431B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B10

Black with #431B10

Text Example


Text Example

White with #431B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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