Html Css Color HEX #935005 Saddle Brown

📋 copy color: '#935005'

red 147 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #935005

Tints of Saddle Brown #935005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 63.36%
G = 34.48%
B = 2.16%

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

#935005 (or 0x935005) is known color: Saddle Brown. HEX triplet: 93, 50 and 05. RGB value is (147,80,5). Sum of RGB (Red+Green+Blue) = 147+80+5=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #935005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935005 is #6CAFFA. Grayscale: #5B5B5B. Windows color (decimal): -7122939 or 348307. OLE color: 348307.

HSL color Cylindrical-coordinate representation of color #935005: hue angle of 31.69º degrees, saturation: 0.93, 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 #935005 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 80 5 -
CMYK 0 0.46 0.97 0.42
HSL 31.69º 0.93% 0.3% -
HSV(B) 31.69º 0.97% 0.58% -
XYZ 14.93 11.95 1.66 -
YUV 91.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 147 80 5 0 0.46 0.97 0.42 31.69 0.93 0.3
Hex 93 50 5 0 2E 61 2A 20 5D 1E
Octal 223 120 5 0 56 141 52 40 135 36
Binary 10010011 1010000 101 0 101110 1100001 101010 100000 1011101 11110

Color Harmonies of #935005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935005

Black with #935005

Text Example


Text Example

White with #935005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935005; }

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

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

background-color css

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

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

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

border-color css

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

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

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