Html Css Color HEX #431900 Brown Pod

📋 copy color: '#431900'

red 67 ◦ green 25 ◦ blue 0

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

Shades of Brown Pod #431900

Tints of Brown Pod #431900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

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

R = 72.83%
G = 27.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#431900 (or 0x431900) is known color: Brown Pod. HEX triplet: 43, 19 and 00. RGB value is (67,25,0). Sum of RGB (Red+Green+Blue) = 67+25+0=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #431900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431900 is #BCE6FF. Grayscale: #222222. Windows color (decimal): -12379904 or 6467. OLE color: 6467.

HSL color Cylindrical-coordinate representation of color #431900: hue angle of 22.39º 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 #431900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 25 0 -
CMYK 0 0.63 1 0.74
HSL 22.39º 1% 0.13% -
HSV(B) 22.39º 1% 0.26% -
XYZ 2.66 1.89 0.22 -
YUV 34.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 67 25 0 0 0.63 1 0.74 22.39 1 0.13
Hex 43 19 0 0 3F 64 4A 16 64 D
Octal 103 31 0 0 77 144 112 26 144 15
Binary 1000011 11001 0 0 111111 1100100 1001010 10110 1100100 1101

Color Harmonies of #431900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431900

Black with #431900

Text Example


Text Example

White with #431900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431900; }

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

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

background-color css

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

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

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

border-color css

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

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

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