Html Css Color HEX #98370F Saddle Brown

📋 copy color: '#98370F'

red 152 ◦ green 55 ◦ blue 15

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

Shades of Saddle Brown #98370F

Tints of Saddle Brown #98370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 68.47%
G = 24.77%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98370F (or 0x98370F) is known color: Saddle Brown. HEX triplet: 98, 37 and 0F. RGB value is (152,55,15). Sum of RGB (Red+Green+Blue) = 152+55+15=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #98370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370F is #67C8F0. Grayscale: #4F4F4F. Windows color (decimal): -6801649 or 997272. OLE color: 997272.

HSL color Cylindrical-coordinate representation of color #98370F: hue angle of 17.52º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98370F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 15 -
CMYK 0 0.64 0.90 0.40
HSL 17.52º 0.82% 0.33% -
HSV(B) 17.52º 0.9% 0.6% -
XYZ 14.4 9.44 1.52 -
YUV 79.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 152 55 15 0 0.64 0.90 0.40 17.52 0.82 0.33
Hex 98 37 F 0 40 5A 28 12 52 21
Octal 230 67 17 0 100 132 50 22 122 41
Binary 10011000 110111 1111 0 1000000 1011010 101000 10010 1010010 100001

Color Harmonies of #98370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98370F

Black with #98370F

Text Example


Text Example

White with #98370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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