Html Css Color HEX #985A02 Golden Brown

📋 copy color: '#985A02'

red 152 ◦ green 90 ◦ blue 2

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

Shades of Golden Brown #985A02

Tints of Golden Brown #985A02

RGB

 RED value IS 152 (59.77% from 255) = 62.3%

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

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

R = 62.3%
G = 36.89%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#985A02 (or 0x985A02) is known color: Golden Brown. HEX triplet: 98, 5A and 02. RGB value is (152,90,2). Sum of RGB (Red+Green+Blue) = 152+90+2=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #985A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A02 is #67A5FD. Grayscale: #626262. Windows color (decimal): -6792702 or 154264. OLE color: 154264.

HSL color Cylindrical-coordinate representation of color #985A02: hue angle of 35.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #985A02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 2 -
CMYK 0 0.41 0.99 0.40
HSL 35.2º 0.97% 0.3% -
HSV(B) 35.2º 0.99% 0.6% -
XYZ 16.62 13.99 1.88 -
YUV 98.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 152 90 2 0 0.41 0.99 0.40 35.2 0.97 0.3
Hex 98 5A 2 0 29 63 28 23 61 1E
Octal 230 132 2 0 51 143 50 43 141 36
Binary 10011000 1011010 10 0 101001 1100011 101000 100011 1100001 11110

Color Harmonies of #985A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A02

Black with #985A02

Text Example


Text Example

White with #985A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985A02; }

 p { color: rgb(152,90,2); }

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

background-color css

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

 a { background-color: rgb(152,90,2); }

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

border-color css

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

 span { border-color: rgb(152,90,2); }

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