Html Css Color HEX #98390B Saddle Brown

📋 copy color: '#98390B'

red 152 ◦ green 57 ◦ blue 11

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

Shades of Saddle Brown #98390B

Tints of Saddle Brown #98390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 11 (4.69% from 255) = 5%

R = 69.09%
G = 25.91%
B = 5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98390B (or 0x98390B) is known color: Saddle Brown. HEX triplet: 98, 39 and 0B. RGB value is (152,57,11). Sum of RGB (Red+Green+Blue) = 152+57+11=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98390B is #67C6F4. Grayscale: #505050. Windows color (decimal): -6801141 or 735640. OLE color: 735640.

HSL color Cylindrical-coordinate representation of color #98390B: hue angle of 19.57º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98390B is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 57 11 -
CMYK 0 0.62 0.93 0.40
HSL 19.57º 0.87% 0.32% -
HSV(B) 19.57º 0.93% 0.6% -
XYZ 14.47 9.63 1.41 -
YUV 80.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 152 57 11 0 0.62 0.93 0.40 19.57 0.87 0.32
Hex 98 39 B 0 3E 5D 28 14 57 20
Octal 230 71 13 0 76 135 50 24 127 40
Binary 10011000 111001 1011 0 111110 1011101 101000 10100 1010111 100000

Color Harmonies of #98390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98390B

Black with #98390B

Text Example


Text Example

White with #98390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98390B; }

 p { color: rgb(152,57,11); }

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

background-color css

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

 a { background-color: rgb(152,57,11); }

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

border-color css

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

 span { border-color: rgb(152,57,11); }

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