Html Css Color HEX #845F0A Golden Brown

📋 copy color: '#845F0A'

red 132 ◦ green 95 ◦ blue 10

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

Shades of Golden Brown #845F0A

Tints of Golden Brown #845F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 55.7%
G = 40.08%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#845F0A (or 0x845F0A) is known color: Golden Brown. HEX triplet: 84, 5F and 0A. RGB value is (132,95,10). Sum of RGB (Red+Green+Blue) = 132+95+10=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #845F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845F0A is #7BA0F5. Grayscale: #606060. Windows color (decimal): -8102134 or 679812. OLE color: 679812.

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

Color convert

RGB 132 95 10 -
CMYK 0 0.28 0.92 0.48
HSL 41.8º 0.86% 0.28% -
HSV(B) 41.8º 0.92% 0.52% -
XYZ 13.66 13.11 2.1 -
YUV 96.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 132 95 10 0 0.28 0.92 0.48 41.8 0.86 0.28
Hex 84 5F A 0 1C 5C 30 2A 56 1C
Octal 204 137 12 0 34 134 60 52 126 34
Binary 10000100 1011111 1010 0 11100 1011100 110000 101010 1010110 11100

Color Harmonies of #845F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F0A

Black with #845F0A

Text Example


Text Example

White with #845F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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