Html Css Color HEX #985002 Saddle Brown

📋 copy color: '#985002'

red 152 ◦ green 80 ◦ blue 2

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

Shades of Saddle Brown #985002

Tints of Saddle Brown #985002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

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

R = 64.96%
G = 34.19%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#985002 (or 0x985002) is known color: Saddle Brown. HEX triplet: 98, 50 and 02. RGB value is (152,80,2). Sum of RGB (Red+Green+Blue) = 152+80+2=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #985002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985002 is #67AFFD. Grayscale: #5D5D5D. Windows color (decimal): -6795262 or 151704. OLE color: 151704.

HSL color Cylindrical-coordinate representation of color #985002: hue angle of 31.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 #985002 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 2 -
CMYK 0 0.47 0.99 0.40
HSL 31.2º 0.97% 0.3% -
HSV(B) 31.2º 0.99% 0.6% -
XYZ 15.83 12.42 1.62 -
YUV 92.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 152 80 2 0 0.47 0.99 0.40 31.2 0.97 0.3
Hex 98 50 2 0 2F 63 28 1F 61 1E
Octal 230 120 2 0 57 143 50 37 141 36
Binary 10011000 1010000 10 0 101111 1100011 101000 11111 1100001 11110

Color Harmonies of #985002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985002

Black with #985002

Text Example


Text Example

White with #985002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985002; }

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

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

background-color css

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

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

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

border-color css

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

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

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