Html Css Color HEX #885702 Golden Brown

📋 copy color: '#885702'

red 136 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #885702

Tints of Golden Brown #885702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 60.44%
G = 38.67%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885702 (or 0x885702) is known color: Golden Brown. HEX triplet: 88, 57 and 02. RGB value is (136,87,2). Sum of RGB (Red+Green+Blue) = 136+87+2=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #885702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885702 is #77A8FD. Grayscale: #5C5C5C. Windows color (decimal): -7842046 or 153480. OLE color: 153480.

HSL color Cylindrical-coordinate representation of color #885702: hue angle of 38.06º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #885702 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 87 2 -
CMYK 0 0.36 0.99 0.47
HSL 38.06º 0.97% 0.27% -
HSV(B) 38.06º 0.99% 0.53% -
XYZ 13.57 12.06 1.67 -
YUV 91.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 136 87 2 0 0.36 0.99 0.47 38.06 0.97 0.27
Hex 88 57 2 0 24 63 2F 26 61 1B
Octal 210 127 2 0 44 143 57 46 141 33
Binary 10001000 1010111 10 0 100100 1100011 101111 100110 1100001 11011

Color Harmonies of #885702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885702

Black with #885702

Text Example


Text Example

White with #885702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885702; }

 p { color: rgb(136,87,2); }

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

background-color css

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

 a { background-color: rgb(136,87,2); }

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

border-color css

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

 span { border-color: rgb(136,87,2); }

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