Html Css Color HEX #935004 Saddle Brown

📋 copy color: '#935004'

red 147 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #935004

Tints of Saddle Brown #935004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 63.64%
G = 34.63%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#935004 (or 0x935004) is known color: Saddle Brown. HEX triplet: 93, 50 and 04. RGB value is (147,80,4). Sum of RGB (Red+Green+Blue) = 147+80+4=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #935004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935004 is #6CAFFB. Grayscale: #5B5B5B. Windows color (decimal): -7122940 or 282771. OLE color: 282771.

HSL color Cylindrical-coordinate representation of color #935004: hue angle of 31.89º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #935004 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 80 4 -
CMYK 0 0.46 0.97 0.42
HSL 31.89º 0.95% 0.3% -
HSV(B) 31.89º 0.97% 0.58% -
XYZ 14.92 11.95 1.63 -
YUV 91.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 147 80 4 0 0.46 0.97 0.42 31.89 0.95 0.3
Hex 93 50 4 0 2E 61 2A 20 5F 1E
Octal 223 120 4 0 56 141 52 40 137 36
Binary 10010011 1010000 100 0 101110 1100001 101010 100000 1011111 11110

Color Harmonies of #935004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935004

Black with #935004

Text Example


Text Example

White with #935004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935004; }

 p { color: rgb(147,80,4); }

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

background-color css

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

 a { background-color: rgb(147,80,4); }

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

border-color css

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

 span { border-color: rgb(147,80,4); }

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