Html Css Color HEX #983300 Saddle Brown

📋 copy color: '#983300'

red 152 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #983300

Tints of Saddle Brown #983300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.88%
G = 25.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983300 (or 0x983300) is known color: Saddle Brown. HEX triplet: 98, 33 and 00. RGB value is (152,51,0). Sum of RGB (Red+Green+Blue) = 152+51+0=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #983300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983300 is #67CCFF. Grayscale: #4B4B4B. Windows color (decimal): -6802688 or 13208. OLE color: 13208.

HSL color Cylindrical-coordinate representation of color #983300: hue angle of 20.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #983300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 0 -
CMYK 0 0.66 1 0.40
HSL 20.13º 1% 0.3% -
HSV(B) 20.13º 1% 0.6% -
XYZ 14.13 9.04 1 -
YUV 75.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 152 51 0 0 0.66 1 0.40 20.13 1 0.3
Hex 98 33 0 0 42 64 28 14 64 1E
Octal 230 63 0 0 102 144 50 24 144 36
Binary 10011000 110011 0 0 1000010 1100100 101000 10100 1100100 11110

Color Harmonies of #983300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983300

Black with #983300

Text Example


Text Example

White with #983300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983300; }

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

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

background-color css

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

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

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

border-color css

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

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

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