Html Css Color HEX #935019 Saddle Brown

📋 copy color: '#935019'

red 147 ◦ green 80 ◦ blue 25

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

Shades of Saddle Brown #935019

Tints of Saddle Brown #935019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 58.33%
G = 31.75%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#935019 (or 0x935019) is known color: Saddle Brown. HEX triplet: 93, 50 and 19. RGB value is (147,80,25). Sum of RGB (Red+Green+Blue) = 147+80+25=252 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.33% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 147 - color contains mainly: red. Hex color #935019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935019 is #6CAFE6. Grayscale: #5E5E5E. Windows color (decimal): -7122919 or 1659027. OLE color: 1659027.

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

Color convert

RGB 147 80 25 -
CMYK 0 0.46 0.83 0.42
HSL 27.05º 0.71% 0.34% -
HSV(B) 27.05º 0.83% 0.58% -
XYZ 15.08 12.01 2.44 -
YUV 93.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 147 80 25 0 0.46 0.83 0.42 27.05 0.71 0.34
Hex 93 50 19 0 2E 53 2A 1B 47 22
Octal 223 120 31 0 56 123 52 33 107 42
Binary 10010011 1010000 11001 0 101110 1010011 101010 11011 1000111 100010

Color Harmonies of #935019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935019

Black with #935019

Text Example


Text Example

White with #935019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935019; }

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

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

background-color css

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

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

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

border-color css

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

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

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