Html Css Color HEX #934700 Saddle Brown

📋 copy color: '#934700'

red 147 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #934700

Tints of Saddle Brown #934700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.43%
G = 32.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#934700 (or 0x934700) is known color: Saddle Brown. HEX triplet: 93, 47 and 00. RGB value is (147,71,0). Sum of RGB (Red+Green+Blue) = 147+71+0=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #934700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934700 is #6CB8FF. Grayscale: #555555. Windows color (decimal): -7125248 or 18323. OLE color: 18323.

HSL color Cylindrical-coordinate representation of color #934700: hue angle of 28.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #934700 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 71 0 -
CMYK 0 0.52 1 0.42
HSL 28.98º 1% 0.29% -
HSV(B) 28.98º 1% 0.58% -
XYZ 14.29 10.71 1.31 -
YUV 85.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 147 71 0 0 0.52 1 0.42 28.98 1 0.29
Hex 93 47 0 0 34 64 2A 1D 64 1D
Octal 223 107 0 0 64 144 52 35 144 35
Binary 10010011 1000111 0 0 110100 1100100 101010 11101 1100100 11101

Color Harmonies of #934700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934700

Black with #934700

Text Example


Text Example

White with #934700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934700; }

 p { color: rgb(147,71,0); }

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

background-color css

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

 a { background-color: rgb(147,71,0); }

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

border-color css

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

 span { border-color: rgb(147,71,0); }

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