Html Css Color HEX #983302 Saddle Brown

📋 copy color: '#983302'

red 152 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #983302

Tints of Saddle Brown #983302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 74.15%
G = 24.88%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#983302 (or 0x983302) is known color: Saddle Brown. HEX triplet: 98, 33 and 02. RGB value is (152,51,2). Sum of RGB (Red+Green+Blue) = 152+51+2=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #983302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983302 is #67CCFD. Grayscale: #4B4B4B. Windows color (decimal): -6802686 or 144280. OLE color: 144280.

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

Color convert

RGB 152 51 2 -
CMYK 0 0.66 0.99 0.40
HSL 19.6º 0.97% 0.3% -
HSV(B) 19.6º 0.99% 0.6% -
XYZ 14.14 9.05 1.06 -
YUV 75.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 152 51 2 0 0.66 0.99 0.40 19.6 0.97 0.3
Hex 98 33 2 0 42 63 28 14 61 1E
Octal 230 63 2 0 102 143 50 24 141 36
Binary 10011000 110011 10 0 1000010 1100011 101000 10100 1100001 11110

Color Harmonies of #983302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983302

Black with #983302

Text Example


Text Example

White with #983302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983302; }

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

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

background-color css

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

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

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

border-color css

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

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

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