Html Css Color HEX #935007 Saddle Brown

📋 copy color: '#935007'

red 147 ◦ green 80 ◦ blue 7

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

Shades of Saddle Brown #935007

Tints of Saddle Brown #935007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 62.82%
G = 34.19%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#935007 (or 0x935007) is known color: Saddle Brown. HEX triplet: 93, 50 and 07. RGB value is (147,80,7). Sum of RGB (Red+Green+Blue) = 147+80+7=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #935007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935007 is #6CAFF8. Grayscale: #5C5C5C. Windows color (decimal): -7122937 or 479379. OLE color: 479379.

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

Color convert

RGB 147 80 7 -
CMYK 0 0.46 0.95 0.42
HSL 31.29º 0.91% 0.3% -
HSV(B) 31.29º 0.95% 0.58% -
XYZ 14.94 11.96 1.72 -
YUV 91.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 147 80 7 0 0.46 0.95 0.42 31.29 0.91 0.3
Hex 93 50 7 0 2E 5F 2A 1F 5B 1E
Octal 223 120 7 0 56 137 52 37 133 36
Binary 10010011 1010000 111 0 101110 1011111 101010 11111 1011011 11110

Color Harmonies of #935007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935007

Black with #935007

Text Example


Text Example

White with #935007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935007; }

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

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

background-color css

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

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

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

border-color css

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

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

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