Html Css Color HEX #985D08 Golden Brown

📋 copy color: '#985D08'

red 152 ◦ green 93 ◦ blue 8

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

Shades of Golden Brown #985D08

Tints of Golden Brown #985D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 60.08%
G = 36.76%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#985D08 (or 0x985D08) is known color: Golden Brown. HEX triplet: 98, 5D and 08. RGB value is (152,93,8). Sum of RGB (Red+Green+Blue) = 152+93+8=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #985D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985D08 is #67A2F7. Grayscale: #656565. Windows color (decimal): -6791928 or 548248. OLE color: 548248.

HSL color Cylindrical-coordinate representation of color #985D08: hue angle of 35.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #985D08 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 8 -
CMYK 0 0.39 0.95 0.40
HSL 35.42º 0.9% 0.31% -
HSV(B) 35.42º 0.95% 0.6% -
XYZ 16.91 14.52 2.14 -
YUV 100.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 152 93 8 0 0.39 0.95 0.40 35.42 0.9 0.31
Hex 98 5D 8 0 27 5F 28 23 5A 1F
Octal 230 135 10 0 47 137 50 43 132 37
Binary 10011000 1011101 1000 0 100111 1011111 101000 100011 1011010 11111

Color Harmonies of #985D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D08

Black with #985D08

Text Example


Text Example

White with #985D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,93,8); }

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

background-color css

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

 a { background-color: rgb(152,93,8); }

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

border-color css

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

 span { border-color: rgb(152,93,8); }

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