Html Css Color HEX #431600 Brown Pod

📋 copy color: '#431600'

red 67 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #431600

Tints of Brown Pod #431600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.28%
G = 24.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#431600 (or 0x431600) is known color: Brown Pod. HEX triplet: 43, 16 and 00. RGB value is (67,22,0). Sum of RGB (Red+Green+Blue) = 67+22+0=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431600 is #BCE9FF. Grayscale: #212121. Windows color (decimal): -12380672 or 5699. OLE color: 5699.

HSL color Cylindrical-coordinate representation of color #431600: hue angle of 19.7º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #431600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 22 0 -
CMYK 0 0.67 1 0.74
HSL 19.7º 1% 0.13% -
HSV(B) 19.7º 1% 0.26% -
XYZ 2.6 1.77 0.2 -
YUV 32.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 67 22 0 0 0.67 1 0.74 19.7 1 0.13
Hex 43 16 0 0 43 64 4A 14 64 D
Octal 103 26 0 0 103 144 112 24 144 15
Binary 1000011 10110 0 0 1000011 1100100 1001010 10100 1100100 1101

Color Harmonies of #431600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431600

Black with #431600

Text Example


Text Example

White with #431600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431600; }

 p { color: rgb(67,22,0); }

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

background-color css

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

 a { background-color: rgb(67,22,0); }

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

border-color css

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

 span { border-color: rgb(67,22,0); }

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