Html Css Color HEX #431F06 Brown Pod

📋 copy color: '#431F06'

red 67 ◦ green 31 ◦ blue 6

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

Shades of Brown Pod #431F06

Tints of Brown Pod #431F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.81%

 BLUE value IS 6 (2.73% from 255) = 5.77%

R = 64.42%
G = 29.81%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#431F06 (or 0x431F06) is known color: Brown Pod. HEX triplet: 43, 1F and 06. RGB value is (67,31,6). Sum of RGB (Red+Green+Blue) = 67+31+6=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F06 is #BCE0F9. Grayscale: #272727. Windows color (decimal): -12378362 or 401219. OLE color: 401219.

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

Color convert

RGB 67 31 6 -
CMYK 0 0.54 0.91 0.74
HSL 24.59º 0.84% 0.14% -
HSV(B) 24.59º 0.91% 0.26% -
XYZ 2.84 2.19 0.44 -
YUV 38.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 67 31 6 0 0.54 0.91 0.74 24.59 0.84 0.14
Hex 43 1F 6 0 36 5B 4A 19 54 E
Octal 103 37 6 0 66 133 112 31 124 16
Binary 1000011 11111 110 0 110110 1011011 1001010 11001 1010100 1110

Color Harmonies of #431F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F06

Black with #431F06

Text Example


Text Example

White with #431F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,6); }

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

background-color css

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

 a { background-color: rgb(67,31,6); }

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

border-color css

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

 span { border-color: rgb(67,31,6); }

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