Html Css Color HEX #98300B Saddle Brown

📋 copy color: '#98300B'

red 152 ◦ green 48 ◦ blue 11

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

Shades of Saddle Brown #98300B

Tints of Saddle Brown #98300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

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

R = 72.04%
G = 22.75%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98300B (or 0x98300B) is known color: Saddle Brown. HEX triplet: 98, 30 and 0B. RGB value is (152,48,11). Sum of RGB (Red+Green+Blue) = 152+48+11=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #98300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98300B is #67CFF4. Grayscale: #4B4B4B. Windows color (decimal): -6803445 or 733336. OLE color: 733336.

HSL color Cylindrical-coordinate representation of color #98300B: hue angle of 15.74º 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 #98300B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 11 -
CMYK 0 0.68 0.93 0.40
HSL 15.74º 0.87% 0.32% -
HSV(B) 15.74º 0.93% 0.6% -
XYZ 14.07 8.81 1.28 -
YUV 74.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 152 48 11 0 0.68 0.93 0.40 15.74 0.87 0.32
Hex 98 30 B 0 44 5D 28 10 57 20
Octal 230 60 13 0 104 135 50 20 127 40
Binary 10011000 110000 1011 0 1000100 1011101 101000 10000 1010111 100000

Color Harmonies of #98300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98300B

Black with #98300B

Text Example


Text Example

White with #98300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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