Html Css Color HEX #983304 Saddle Brown

📋 copy color: '#983304'

red 152 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #983304

Tints of Saddle Brown #983304

RGB

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

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

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

R = 73.43%
G = 24.64%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#983304 (or 0x983304) is known color: Saddle Brown. HEX triplet: 98, 33 and 04. RGB value is (152,51,4). Sum of RGB (Red+Green+Blue) = 152+51+4=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #983304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983304 is #67CCFB. Grayscale: #4C4C4C. Windows color (decimal): -6802684 or 275352. OLE color: 275352.

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

Color convert

RGB 152 51 4 -
CMYK 0 0.66 0.97 0.40
HSL 19.05º 0.95% 0.31% -
HSV(B) 19.05º 0.97% 0.6% -
XYZ 14.15 9.05 1.12 -
YUV 75.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 152 51 4 0 0.66 0.97 0.40 19.05 0.95 0.31
Hex 98 33 4 0 42 61 28 13 5F 1F
Octal 230 63 4 0 102 141 50 23 137 37
Binary 10011000 110011 100 0 1000010 1100001 101000 10011 1011111 11111

Color Harmonies of #983304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983304

Black with #983304

Text Example


Text Example

White with #983304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983304; }

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

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

background-color css

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

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

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

border-color css

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

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

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