Html Css Color HEX #983601 Saddle Brown

📋 copy color: '#983601'

red 152 ◦ green 54 ◦ blue 1

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

Shades of Saddle Brown #983601

Tints of Saddle Brown #983601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 73.43%
G = 26.09%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#983601 (or 0x983601) is known color: Saddle Brown. HEX triplet: 98, 36 and 01. RGB value is (152,54,1). Sum of RGB (Red+Green+Blue) = 152+54+1=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #983601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983601 is #67C9FE. Grayscale: #4D4D4D. Windows color (decimal): -6801919 or 79512. OLE color: 79512.

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

Color convert

RGB 152 54 1 -
CMYK 0 0.64 0.99 0.40
HSL 21.06º 0.99% 0.3% -
HSV(B) 21.06º 0.99% 0.6% -
XYZ 14.27 9.32 1.07 -
YUV 77.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 152 54 1 0 0.64 0.99 0.40 21.06 0.99 0.3
Hex 98 36 1 0 40 63 28 15 63 1E
Octal 230 66 1 0 100 143 50 25 143 36
Binary 10011000 110110 1 0 1000000 1100011 101000 10101 1100011 11110

Color Harmonies of #983601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983601

Black with #983601

Text Example


Text Example

White with #983601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983601; }

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

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

background-color css

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

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

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

border-color css

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

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

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