Html Css Color HEX #983001 Saddle Brown

📋 copy color: '#983001'

red 152 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #983001

Tints of Saddle Brown #983001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 75.62%
G = 23.88%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#983001 (or 0x983001) is known color: Saddle Brown. HEX triplet: 98, 30 and 01. RGB value is (152,48,1). Sum of RGB (Red+Green+Blue) = 152+48+1=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #983001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983001 is #67CFFE. Grayscale: #4A4A4A. Windows color (decimal): -6803455 or 77976. OLE color: 77976.

HSL color Cylindrical-coordinate representation of color #983001: hue angle of 18.68º degrees, saturation: 0.99, 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 #983001 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 1 -
CMYK 0 0.68 0.99 0.40
HSL 18.68º 0.99% 0.3% -
HSV(B) 18.68º 0.99% 0.6% -
XYZ 14.01 8.79 0.99 -
YUV 73.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 152 48 1 0 0.68 0.99 0.40 18.68 0.99 0.3
Hex 98 30 1 0 44 63 28 13 63 1E
Octal 230 60 1 0 104 143 50 23 143 36
Binary 10011000 110000 1 0 1000100 1100011 101000 10011 1100011 11110

Color Harmonies of #983001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983001

Black with #983001

Text Example


Text Example

White with #983001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983001; }

 p { color: rgb(152,48,1); }

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

background-color css

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

 a { background-color: rgb(152,48,1); }

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

border-color css

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

 span { border-color: rgb(152,48,1); }

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