Html Css Color HEX #885A03 Golden Brown

📋 copy color: '#885A03'

red 136 ◦ green 90 ◦ blue 3

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

Shades of Golden Brown #885A03

Tints of Golden Brown #885A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 59.39%
G = 39.3%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#885A03 (or 0x885A03) is known color: Golden Brown. HEX triplet: 88, 5A and 03. RGB value is (136,90,3). Sum of RGB (Red+Green+Blue) = 136+90+3=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A03 is #77A5FC. Grayscale: #5E5E5E. Windows color (decimal): -7841277 or 219784. OLE color: 219784.

HSL color Cylindrical-coordinate representation of color #885A03: hue angle of 39.25º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #885A03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 3 -
CMYK 0 0.34 0.98 0.47
HSL 39.25º 0.96% 0.27% -
HSV(B) 39.25º 0.98% 0.53% -
XYZ 13.83 12.55 1.78 -
YUV 93.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 136 90 3 0 0.34 0.98 0.47 39.25 0.96 0.27
Hex 88 5A 3 0 22 62 2F 27 60 1B
Octal 210 132 3 0 42 142 57 47 140 33
Binary 10001000 1011010 11 0 100010 1100010 101111 100111 1100000 11011

Color Harmonies of #885A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A03

Black with #885A03

Text Example


Text Example

White with #885A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,3); }

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

background-color css

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

 a { background-color: rgb(136,90,3); }

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

border-color css

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

 span { border-color: rgb(136,90,3); }

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