Html Css Color HEX #983204 Saddle Brown

📋 copy color: '#983204'

red 152 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #983204

Tints of Saddle Brown #983204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 73.79%
G = 24.27%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#983204 (or 0x983204) is known color: Saddle Brown. HEX triplet: 98, 32 and 04. RGB value is (152,50,4). Sum of RGB (Red+Green+Blue) = 152+50+4=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #983204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983204 is #67CDFB. Grayscale: #4B4B4B. Windows color (decimal): -6802940 or 275096. OLE color: 275096.

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

Color convert

RGB 152 50 4 -
CMYK 0 0.67 0.97 0.40
HSL 18.65º 0.95% 0.31% -
HSV(B) 18.65º 0.97% 0.6% -
XYZ 14.11 8.97 1.1 -
YUV 75.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 152 50 4 0 0.67 0.97 0.40 18.65 0.95 0.31
Hex 98 32 4 0 43 61 28 13 5F 1F
Octal 230 62 4 0 103 141 50 23 137 37
Binary 10011000 110010 100 0 1000011 1100001 101000 10011 1011111 11111

Color Harmonies of #983204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983204

Black with #983204

Text Example


Text Example

White with #983204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983204; }

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

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

background-color css

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

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

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

border-color css

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

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

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