Html Css Color HEX #985C0E Golden Brown

📋 copy color: '#985C0E'

red 152 ◦ green 92 ◦ blue 14

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

Shades of Golden Brown #985C0E

Tints of Golden Brown #985C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 58.91%
G = 35.66%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#985C0E (or 0x985C0E) is known color: Golden Brown. HEX triplet: 98, 5C and 0E. RGB value is (152,92,14). Sum of RGB (Red+Green+Blue) = 152+92+14=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985C0E is #67A3F1. Grayscale: #656565. Windows color (decimal): -6792178 or 941208. OLE color: 941208.

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

Color convert

RGB 152 92 14 -
CMYK 0 0.39 0.91 0.40
HSL 33.91º 0.83% 0.33% -
HSV(B) 33.91º 0.91% 0.6% -
XYZ 16.86 14.36 2.3 -
YUV 101.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 152 92 14 0 0.39 0.91 0.40 33.91 0.83 0.33
Hex 98 5C E 0 27 5B 28 22 53 21
Octal 230 134 16 0 47 133 50 42 123 41
Binary 10011000 1011100 1110 0 100111 1011011 101000 100010 1010011 100001

Color Harmonies of #985C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C0E

Black with #985C0E

Text Example


Text Example

White with #985C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,92,14); }

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

background-color css

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

 a { background-color: rgb(152,92,14); }

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

border-color css

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

 span { border-color: rgb(152,92,14); }

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