Html Css Color HEX #9D4A02 Saddle Brown

📋 copy color: '#9D4A02'

red 157 ◦ green 74 ◦ blue 2

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

Shades of Saddle Brown #9D4A02

Tints of Saddle Brown #9D4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 67.38%
G = 31.76%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9D4A02 (or 0x9D4A02) is known color: Saddle Brown. HEX triplet: 9D, 4A and 02. RGB value is (157,74,2). Sum of RGB (Red+Green+Blue) = 157+74+2=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A02 is #62B5FD. Grayscale: #5A5A5A. Windows color (decimal): -6469118 or 150173. OLE color: 150173.

HSL color Cylindrical-coordinate representation of color #9D4A02: hue angle of 27.87º degrees, saturation: 0.97, 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 #9D4A02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 74 2 -
CMYK 0 0.53 0.99 0.38
HSL 27.87º 0.97% 0.31% -
HSV(B) 27.87º 0.99% 0.62% -
XYZ 16.36 12.07 1.52 -
YUV 90.61 78 175.35 -
System Red Green Blue C M Y K H S L
Decimal 157 74 2 0 0.53 0.99 0.38 27.87 0.97 0.31
Hex 9D 4A 2 0 35 63 26 1C 61 1F
Octal 235 112 2 0 65 143 46 34 141 37
Binary 10011101 1001010 10 0 110101 1100011 100110 11100 1100001 11111

Color Harmonies of #9D4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A02

Black with #9D4A02

Text Example


Text Example

White with #9D4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,74,2); }

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

background-color css

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

 a { background-color: rgb(157,74,2); }

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

border-color css

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

 span { border-color: rgb(157,74,2); }

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