Html Css Color HEX #845F07 Golden Brown

📋 copy color: '#845F07'

red 132 ◦ green 95 ◦ blue 7

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

Shades of Golden Brown #845F07

Tints of Golden Brown #845F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 56.41%
G = 40.6%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#845F07 (or 0x845F07) is known color: Golden Brown. HEX triplet: 84, 5F and 07. RGB value is (132,95,7). Sum of RGB (Red+Green+Blue) = 132+95+7=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #845F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845F07 is #7BA0F8. Grayscale: #606060. Windows color (decimal): -8102137 or 483204. OLE color: 483204.

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

Color convert

RGB 132 95 7 -
CMYK 0 0.28 0.95 0.48
HSL 42.24º 0.9% 0.27% -
HSV(B) 42.24º 0.95% 0.52% -
XYZ 13.65 13.11 2.01 -
YUV 96.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 132 95 7 0 0.28 0.95 0.48 42.24 0.9 0.27
Hex 84 5F 7 0 1C 5F 30 2A 5A 1B
Octal 204 137 7 0 34 137 60 52 132 33
Binary 10000100 1011111 111 0 11100 1011111 110000 101010 1011010 11011

Color Harmonies of #845F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F07

Black with #845F07

Text Example


Text Example

White with #845F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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