Html Css Color HEX #9D440A Saddle Brown

📋 copy color: '#9D440A'

red 157 ◦ green 68 ◦ blue 10

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

Shades of Saddle Brown #9D440A

Tints of Saddle Brown #9D440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 66.81%
G = 28.94%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9D440A (or 0x9D440A) is known color: Saddle Brown. HEX triplet: 9D, 44 and 0A. RGB value is (157,68,10). Sum of RGB (Red+Green+Blue) = 157+68+10=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D440A is #62BBF5. Grayscale: #585858. Windows color (decimal): -6470646 or 672925. OLE color: 672925.

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

Color convert

RGB 157 68 10 -
CMYK 0 0.57 0.94 0.38
HSL 23.67º 0.88% 0.33% -
HSV(B) 23.67º 0.94% 0.62% -
XYZ 16.03 11.32 1.63 -
YUV 88 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 157 68 10 0 0.57 0.94 0.38 23.67 0.88 0.33
Hex 9D 44 A 0 39 5E 26 18 58 21
Octal 235 104 12 0 71 136 46 30 130 41
Binary 10011101 1000100 1010 0 111001 1011110 100110 11000 1011000 100001

Color Harmonies of #9D440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D440A

Black with #9D440A

Text Example


Text Example

White with #9D440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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