Html Css Color HEX #9D330E Saddle Brown

📋 copy color: '#9D330E'

red 157 ◦ green 51 ◦ blue 14

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

Shades of Saddle Brown #9D330E

Tints of Saddle Brown #9D330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 70.72%
G = 22.97%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D330E (or 0x9D330E) is known color: Saddle Brown. HEX triplet: 9D, 33 and 0E. RGB value is (157,51,14). Sum of RGB (Red+Green+Blue) = 157+51+14=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D330E is #62CCF1. Grayscale: #4E4E4E. Windows color (decimal): -6474994 or 930717. OLE color: 930717.

HSL color Cylindrical-coordinate representation of color #9D330E: hue angle of 15.52º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D330E is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 51 14 -
CMYK 0 0.68 0.91 0.38
HSL 15.52º 0.84% 0.34% -
HSV(B) 15.52º 0.91% 0.62% -
XYZ 15.17 9.57 1.46 -
YUV 78.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 157 51 14 0 0.68 0.91 0.38 15.52 0.84 0.34
Hex 9D 33 E 0 44 5B 26 10 54 22
Octal 235 63 16 0 104 133 46 20 124 42
Binary 10011101 110011 1110 0 1000100 1011011 100110 10000 1010100 100010

Color Harmonies of #9D330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D330E

Black with #9D330E

Text Example


Text Example

White with #9D330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,51,14); }

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

background-color css

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

 a { background-color: rgb(157,51,14); }

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

border-color css

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

 span { border-color: rgb(157,51,14); }

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