Html Css Color HEX #983200 Saddle Brown

📋 copy color: '#983200'

red 152 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #983200

Tints of Saddle Brown #983200

RGB

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

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

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

R = 75.25%
G = 24.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983200 (or 0x983200) is known color: Saddle Brown. HEX triplet: 98, 32 and 00. RGB value is (152,50,0). Sum of RGB (Red+Green+Blue) = 152+50+0=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #983200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983200 is #67CDFF. Grayscale: #4B4B4B. Windows color (decimal): -6802944 or 12952. OLE color: 12952.

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

Color convert

RGB 152 50 0 -
CMYK 0 0.67 1 0.40
HSL 19.74º 1% 0.3% -
HSV(B) 19.74º 1% 0.6% -
XYZ 14.09 8.96 0.99 -
YUV 74.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 152 50 0 0 0.67 1 0.40 19.74 1 0.3
Hex 98 32 0 0 43 64 28 14 64 1E
Octal 230 62 0 0 103 144 50 24 144 36
Binary 10011000 110010 0 0 1000011 1100100 101000 10100 1100100 11110

Color Harmonies of #983200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983200

Black with #983200

Text Example


Text Example

White with #983200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983200; }

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

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

background-color css

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

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

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

border-color css

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

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

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