Html Css Color HEX #983303 Saddle Brown

📋 copy color: '#983303'

red 152 ◦ green 51 ◦ blue 3

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

Shades of Saddle Brown #983303

Tints of Saddle Brown #983303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 73.79%
G = 24.76%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#983303 (or 0x983303) is known color: Saddle Brown. HEX triplet: 98, 33 and 03. RGB value is (152,51,3). Sum of RGB (Red+Green+Blue) = 152+51+3=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #983303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983303 is #67CCFC. Grayscale: #4C4C4C. Windows color (decimal): -6802685 or 209816. OLE color: 209816.

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

Color convert

RGB 152 51 3 -
CMYK 0 0.66 0.98 0.40
HSL 19.33º 0.96% 0.3% -
HSV(B) 19.33º 0.98% 0.6% -
XYZ 14.15 9.05 1.09 -
YUV 75.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 152 51 3 0 0.66 0.98 0.40 19.33 0.96 0.3
Hex 98 33 3 0 42 62 28 13 60 1E
Octal 230 63 3 0 102 142 50 23 140 36
Binary 10011000 110011 11 0 1000010 1100010 101000 10011 1100000 11110

Color Harmonies of #983303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983303

Black with #983303

Text Example


Text Example

White with #983303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983303; }

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

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

background-color css

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

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

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

border-color css

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

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

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