Html Css Color HEX #934C09 Saddle Brown

📋 copy color: '#934C09'

red 147 ◦ green 76 ◦ blue 9

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

Shades of Saddle Brown #934C09

Tints of Saddle Brown #934C09

RGB

 RED value IS 147 (57.81% from 255) = 63.36%

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 63.36%
G = 32.76%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#934C09 (or 0x934C09) is known color: Saddle Brown. HEX triplet: 93, 4C and 09. RGB value is (147,76,9). Sum of RGB (Red+Green+Blue) = 147+76+9=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #934C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934C09 is #6CB3F6. Grayscale: #595959. Windows color (decimal): -7123959 or 609427. OLE color: 609427.

HSL color Cylindrical-coordinate representation of color #934C09: hue angle of 29.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #934C09 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 76 9 -
CMYK 0 0.48 0.94 0.42
HSL 29.13º 0.88% 0.31% -
HSV(B) 29.13º 0.94% 0.58% -
XYZ 14.67 11.39 1.68 -
YUV 89.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 147 76 9 0 0.48 0.94 0.42 29.13 0.88 0.31
Hex 93 4C 9 0 30 5E 2A 1D 58 1F
Octal 223 114 11 0 60 136 52 35 130 37
Binary 10010011 1001100 1001 0 110000 1011110 101010 11101 1011000 11111

Color Harmonies of #934C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934C09

Black with #934C09

Text Example


Text Example

White with #934C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934C09; }

 p { color: rgb(147,76,9); }

 H1.HeaderClassName
 {
   color: #934C09;
 }
 .AnyTagClassName
 {
   color: #934C09;
 }
</style>

background-color css

<style>
 a { background-color: #934C09; }

 a { background-color: rgb(147,76,9); }

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

border-color css

<style>
 span { border-color: #934C09; }

 span { border-color: rgb(147,76,9); }

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