Html Css Color HEX #983A16 Saddle Brown

📋 copy color: '#983A16'

red 152 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #983A16

Tints of Saddle Brown #983A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 65.52%
G = 25%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#983A16 (or 0x983A16) is known color: Saddle Brown. HEX triplet: 98, 3A and 16. RGB value is (152,58,22). Sum of RGB (Red+Green+Blue) = 152+58+22=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #983A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A16 is #67C5E9. Grayscale: #525252. Windows color (decimal): -6800874 or 1456792. OLE color: 1456792.

HSL color Cylindrical-coordinate representation of color #983A16: hue angle of 16.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #983A16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 22 -
CMYK 0 0.62 0.86 0.40
HSL 16.62º 0.75% 0.34% -
HSV(B) 16.62º 0.86% 0.6% -
XYZ 14.61 9.76 1.87 -
YUV 82 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 152 58 22 0 0.62 0.86 0.40 16.62 0.75 0.34
Hex 98 3A 16 0 3E 56 28 11 4B 22
Octal 230 72 26 0 76 126 50 21 113 42
Binary 10011000 111010 10110 0 111110 1010110 101000 10001 1001011 100010

Color Harmonies of #983A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A16

Black with #983A16

Text Example


Text Example

White with #983A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983A16; }

 p { color: rgb(152,58,22); }

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

background-color css

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

 a { background-color: rgb(152,58,22); }

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

border-color css

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

 span { border-color: rgb(152,58,22); }

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