Html Css Color HEX #985D1C Golden Brown

📋 copy color: '#985D1C'

red 152 ◦ green 93 ◦ blue 28

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

Shades of Golden Brown #985D1C

Tints of Golden Brown #985D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 55.68%
G = 34.07%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#985D1C (or 0x985D1C) is known color: Golden Brown. HEX triplet: 98, 5D and 1C. RGB value is (152,93,28). Sum of RGB (Red+Green+Blue) = 152+93+28=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #985D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D1C is #67A2E3. Grayscale: #676767. Windows color (decimal): -6791908 or 1858968. OLE color: 1858968.

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

Color convert

RGB 152 93 28 -
CMYK 0 0.39 0.82 0.40
HSL 31.45º 0.69% 0.35% -
HSV(B) 31.45º 0.82% 0.6% -
XYZ 17.07 14.59 3.01 -
YUV 103.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 152 93 28 0 0.39 0.82 0.40 31.45 0.69 0.35
Hex 98 5D 1C 0 27 52 28 1F 45 23
Octal 230 135 34 0 47 122 50 37 105 43
Binary 10011000 1011101 11100 0 100111 1010010 101000 11111 1000101 100011

Color Harmonies of #985D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D1C

Black with #985D1C

Text Example


Text Example

White with #985D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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