Html Css Color HEX #885D07 Golden Brown

📋 copy color: '#885D07'

red 136 ◦ green 93 ◦ blue 7

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

Shades of Golden Brown #885D07

Tints of Golden Brown #885D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

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

R = 57.63%
G = 39.41%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#885D07 (or 0x885D07) is known color: Golden Brown. HEX triplet: 88, 5D and 07. RGB value is (136,93,7). Sum of RGB (Red+Green+Blue) = 136+93+7=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #885D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D07 is #77A2F8. Grayscale: #606060. Windows color (decimal): -7840505 or 482696. OLE color: 482696.

HSL color Cylindrical-coordinate representation of color #885D07: hue angle of 40º 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 #885D07 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 7 -
CMYK 0 0.32 0.95 0.47
HSL 40º 0.9% 0.28% -
HSV(B) 40º 0.95% 0.53% -
XYZ 14.11 13.08 1.98 -
YUV 96.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 136 93 7 0 0.32 0.95 0.47 40 0.9 0.28
Hex 88 5D 7 0 20 5F 2F 28 5A 1C
Octal 210 135 7 0 40 137 57 50 132 34
Binary 10001000 1011101 111 0 100000 1011111 101111 101000 1011010 11100

Color Harmonies of #885D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D07

Black with #885D07

Text Example


Text Example

White with #885D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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