Html Css Color HEX #9D430E Saddle Brown

📋 copy color: '#9D430E'

red 157 ◦ green 67 ◦ blue 14

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

Shades of Saddle Brown #9D430E

Tints of Saddle Brown #9D430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 65.97%
G = 28.15%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D430E (or 0x9D430E) is known color: Saddle Brown. HEX triplet: 9D, 43 and 0E. RGB value is (157,67,14). Sum of RGB (Red+Green+Blue) = 157+67+14=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D430E is #62BCF1. Grayscale: #585858. Windows color (decimal): -6470898 or 934813. OLE color: 934813.

HSL color Cylindrical-coordinate representation of color #9D430E: hue angle of 22.24º 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 #9D430E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 14 -
CMYK 0 0.57 0.91 0.38
HSL 22.24º 0.84% 0.34% -
HSV(B) 22.24º 0.91% 0.62% -
XYZ 15.99 11.21 1.74 -
YUV 87.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 157 67 14 0 0.57 0.91 0.38 22.24 0.84 0.34
Hex 9D 43 E 0 39 5B 26 16 54 22
Octal 235 103 16 0 71 133 46 26 124 42
Binary 10011101 1000011 1110 0 111001 1011011 100110 10110 1010100 100010

Color Harmonies of #9D430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D430E

Black with #9D430E

Text Example


Text Example

White with #9D430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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