Html Css Color HEX #98330F Saddle Brown

📋 copy color: '#98330F'

red 152 ◦ green 51 ◦ blue 15

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

Shades of Saddle Brown #98330F

Tints of Saddle Brown #98330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 69.72%
G = 23.39%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98330F (or 0x98330F) is known color: Saddle Brown. HEX triplet: 98, 33 and 0F. RGB value is (152,51,15). Sum of RGB (Red+Green+Blue) = 152+51+15=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98330F is #67CCF0. Grayscale: #4D4D4D. Windows color (decimal): -6802673 or 996248. OLE color: 996248.

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

Color convert

RGB 152 51 15 -
CMYK 0 0.66 0.90 0.40
HSL 15.77º 0.82% 0.33% -
HSV(B) 15.77º 0.9% 0.6% -
XYZ 14.22 9.08 1.45 -
YUV 77.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 152 51 15 0 0.66 0.90 0.40 15.77 0.82 0.33
Hex 98 33 F 0 42 5A 28 10 52 21
Octal 230 63 17 0 102 132 50 20 122 41
Binary 10011000 110011 1111 0 1000010 1011010 101000 10000 1010010 100001

Color Harmonies of #98330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98330F

Black with #98330F

Text Example


Text Example

White with #98330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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