Html Css Color HEX #9D4401 Saddle Brown

📋 copy color: '#9D4401'

red 157 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #9D4401

Tints of Saddle Brown #9D4401

RGB

 RED value IS 157 (61.72% from 255) = 69.47%

 GREEN value IS 68 (26.95% from 255) = 30.09%

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

R = 69.47%
G = 30.09%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D4401 (or 0x9D4401) is known color: Saddle Brown. HEX triplet: 9D, 44 and 01. RGB value is (157,68,1). Sum of RGB (Red+Green+Blue) = 157+68+1=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4401 is #62BBFE. Grayscale: #575757. Windows color (decimal): -6470655 or 83101. OLE color: 83101.

HSL color Cylindrical-coordinate representation of color #9D4401: hue angle of 25.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D4401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 68 1 -
CMYK 0 0.57 0.99 0.38
HSL 25.77º 0.99% 0.31% -
HSV(B) 25.77º 0.99% 0.62% -
XYZ 15.98 11.3 1.37 -
YUV 86.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 157 68 1 0 0.57 0.99 0.38 25.77 0.99 0.31
Hex 9D 44 1 0 39 63 26 1A 63 1F
Octal 235 104 1 0 71 143 46 32 143 37
Binary 10011101 1000100 1 0 111001 1100011 100110 11010 1100011 11111

Color Harmonies of #9D4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4401

Black with #9D4401

Text Example


Text Example

White with #9D4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4401; }

 p { color: rgb(157,68,1); }

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

background-color css

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

 a { background-color: rgb(157,68,1); }

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

border-color css

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

 span { border-color: rgb(157,68,1); }

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