Html Css Color HEX #98450F Saddle Brown

📋 copy color: '#98450F'

red 152 ◦ green 69 ◦ blue 15

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

Shades of Saddle Brown #98450F

Tints of Saddle Brown #98450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 64.41%
G = 29.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98450F (or 0x98450F) is known color: Saddle Brown. HEX triplet: 98, 45 and 0F. RGB value is (152,69,15). Sum of RGB (Red+Green+Blue) = 152+69+15=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #98450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98450F is #67BAF0. Grayscale: #575757. Windows color (decimal): -6798065 or 1000856. OLE color: 1000856.

HSL color Cylindrical-coordinate representation of color #98450F: hue angle of 23.65º 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 #98450F is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 69 15 -
CMYK 0 0.55 0.90 0.40
HSL 23.65º 0.82% 0.33% -
HSV(B) 23.65º 0.9% 0.6% -
XYZ 15.16 10.97 1.77 -
YUV 87.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 152 69 15 0 0.55 0.90 0.40 23.65 0.82 0.33
Hex 98 45 F 0 37 5A 28 18 52 21
Octal 230 105 17 0 67 132 50 30 122 41
Binary 10011000 1000101 1111 0 110111 1011010 101000 11000 1010010 100001

Color Harmonies of #98450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98450F

Black with #98450F

Text Example


Text Example

White with #98450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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