Html Css Color HEX #98370B Saddle Brown

📋 copy color: '#98370B'

red 152 ◦ green 55 ◦ blue 11

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

Shades of Saddle Brown #98370B

Tints of Saddle Brown #98370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 69.72%
G = 25.23%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98370B (or 0x98370B) is known color: Saddle Brown. HEX triplet: 98, 37 and 0B. RGB value is (152,55,11). Sum of RGB (Red+Green+Blue) = 152+55+11=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370B is #67C8F4. Grayscale: #4F4F4F. Windows color (decimal): -6801653 or 735128. OLE color: 735128.

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

Color convert

RGB 152 55 11 -
CMYK 0 0.64 0.93 0.40
HSL 18.72º 0.87% 0.32% -
HSV(B) 18.72º 0.93% 0.6% -
XYZ 14.38 9.43 1.38 -
YUV 78.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 152 55 11 0 0.64 0.93 0.40 18.72 0.87 0.32
Hex 98 37 B 0 40 5D 28 13 57 20
Octal 230 67 13 0 100 135 50 23 127 40
Binary 10011000 110111 1011 0 1000000 1011101 101000 10011 1010111 100000

Color Harmonies of #98370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98370B

Black with #98370B

Text Example


Text Example

White with #98370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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