Html Css Color HEX #885E07 Golden Brown

📋 copy color: '#885E07'

red 136 ◦ green 94 ◦ blue 7

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

Shades of Golden Brown #885E07

Tints of Golden Brown #885E07

RGB

 RED value IS 136 (53.52% from 255) = 57.38%

 GREEN value IS 94 (37.11% from 255) = 39.66%

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

R = 57.38%
G = 39.66%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#885E07 (or 0x885E07) is known color: Golden Brown. HEX triplet: 88, 5E and 07. RGB value is (136,94,7). Sum of RGB (Red+Green+Blue) = 136+94+7=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #885E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E07 is #77A1F8. Grayscale: #616161. Windows color (decimal): -7840249 or 482952. OLE color: 482952.

HSL color Cylindrical-coordinate representation of color #885E07: hue angle of 40.47º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #885E07 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 7 -
CMYK 0 0.31 0.95 0.47
HSL 40.47º 0.9% 0.28% -
HSV(B) 40.47º 0.95% 0.53% -
XYZ 14.19 13.25 2.01 -
YUV 96.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 136 94 7 0 0.31 0.95 0.47 40.47 0.9 0.28
Hex 88 5E 7 0 1F 5F 2F 28 5A 1C
Octal 210 136 7 0 37 137 57 50 132 34
Binary 10001000 1011110 111 0 11111 1011111 101111 101000 1011010 11100

Color Harmonies of #885E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E07

Black with #885E07

Text Example


Text Example

White with #885E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E07; }

 p { color: rgb(136,94,7); }

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

background-color css

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

 a { background-color: rgb(136,94,7); }

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

border-color css

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

 span { border-color: rgb(136,94,7); }

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