Html Css Color HEX #845F09 Golden Brown

📋 copy color: '#845F09'

red 132 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #845F09

Tints of Golden Brown #845F09

RGB

 RED value IS 132 (51.95% from 255) = 55.93%

 GREEN value IS 95 (37.5% from 255) = 40.25%

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 55.93%
G = 40.25%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#845F09 (or 0x845F09) is known color: Golden Brown. HEX triplet: 84, 5F and 09. RGB value is (132,95,9). Sum of RGB (Red+Green+Blue) = 132+95+9=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #845F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845F09 is #7BA0F6. Grayscale: #606060. Windows color (decimal): -8102135 or 614276. OLE color: 614276.

HSL color Cylindrical-coordinate representation of color #845F09: hue angle of 41.95º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #845F09 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 95 9 -
CMYK 0 0.28 0.93 0.48
HSL 41.95º 0.87% 0.28% -
HSV(B) 41.95º 0.93% 0.52% -
XYZ 13.66 13.11 2.07 -
YUV 96.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 132 95 9 0 0.28 0.93 0.48 41.95 0.87 0.28
Hex 84 5F 9 0 1C 5D 30 2A 57 1C
Octal 204 137 11 0 34 135 60 52 127 34
Binary 10000100 1011111 1001 0 11100 1011101 110000 101010 1010111 11100

Color Harmonies of #845F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F09

Black with #845F09

Text Example


Text Example

White with #845F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845F09; }

 p { color: rgb(132,95,9); }

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

background-color css

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

 a { background-color: rgb(132,95,9); }

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

border-color css

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

 span { border-color: rgb(132,95,9); }

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