Html Css Color HEX #98530C Saddle Brown

📋 copy color: '#98530C'

red 152 ◦ green 83 ◦ blue 12

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

Shades of Saddle Brown #98530C

Tints of Saddle Brown #98530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 61.54%
G = 33.6%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98530C (or 0x98530C) is known color: Saddle Brown. HEX triplet: 98, 53 and 0C. RGB value is (152,83,12). Sum of RGB (Red+Green+Blue) = 152+83+12=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98530C is #67ACF3. Grayscale: #5F5F5F. Windows color (decimal): -6794484 or 807832. OLE color: 807832.

HSL color Cylindrical-coordinate representation of color #98530C: hue angle of 30.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98530C is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 12 -
CMYK 0 0.45 0.92 0.40
HSL 30.43º 0.85% 0.32% -
HSV(B) 30.43º 0.92% 0.6% -
XYZ 16.11 12.89 1.99 -
YUV 95.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 152 83 12 0 0.45 0.92 0.40 30.43 0.85 0.32
Hex 98 53 C 0 2D 5C 28 1E 55 20
Octal 230 123 14 0 55 134 50 36 125 40
Binary 10011000 1010011 1100 0 101101 1011100 101000 11110 1010101 100000

Color Harmonies of #98530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98530C

Black with #98530C

Text Example


Text Example

White with #98530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98530C; }

 p { color: rgb(152,83,12); }

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

background-color css

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

 a { background-color: rgb(152,83,12); }

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

border-color css

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

 span { border-color: rgb(152,83,12); }

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