Html Css Color HEX #98320B Saddle Brown

📋 copy color: '#98320B'

red 152 ◦ green 50 ◦ blue 11

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

Shades of Saddle Brown #98320B

Tints of Saddle Brown #98320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 71.36%
G = 23.47%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98320B (or 0x98320B) is known color: Saddle Brown. HEX triplet: 98, 32 and 0B. RGB value is (152,50,11). Sum of RGB (Red+Green+Blue) = 152+50+11=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98320B is #67CDF4. Grayscale: #4C4C4C. Windows color (decimal): -6802933 or 733848. OLE color: 733848.

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

Color convert

RGB 152 50 11 -
CMYK 0 0.67 0.93 0.40
HSL 16.6º 0.87% 0.32% -
HSV(B) 16.6º 0.93% 0.6% -
XYZ 14.15 8.98 1.3 -
YUV 76.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 152 50 11 0 0.67 0.93 0.40 16.6 0.87 0.32
Hex 98 32 B 0 43 5D 28 11 57 20
Octal 230 62 13 0 103 135 50 21 127 40
Binary 10011000 110010 1011 0 1000011 1011101 101000 10001 1010111 100000

Color Harmonies of #98320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98320B

Black with #98320B

Text Example


Text Example

White with #98320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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