Html Css Color HEX #945313 Saddle Brown

📋 copy color: '#945313'

red 148 ◦ green 83 ◦ blue 19

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

Shades of Saddle Brown #945313

Tints of Saddle Brown #945313

RGB

 RED value IS 148 (58.2% from 255) = 59.2%

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 59.2%
G = 33.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#945313 (or 0x945313) is known color: Saddle Brown. HEX triplet: 94, 53 and 13. RGB value is (148,83,19). Sum of RGB (Red+Green+Blue) = 148+83+19=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #945313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945313 is #6BACEC. Grayscale: #5F5F5F. Windows color (decimal): -7056621 or 1266580. OLE color: 1266580.

HSL color Cylindrical-coordinate representation of color #945313: hue angle of 29.77º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #945313 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 83 19 -
CMYK 0 0.44 0.87 0.42
HSL 29.77º 0.77% 0.33% -
HSV(B) 29.77º 0.87% 0.58% -
XYZ 15.42 12.53 2.22 -
YUV 95.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 148 83 19 0 0.44 0.87 0.42 29.77 0.77 0.33
Hex 94 53 13 0 2C 57 2A 1E 4D 21
Octal 224 123 23 0 54 127 52 36 115 41
Binary 10010100 1010011 10011 0 101100 1010111 101010 11110 1001101 100001

Color Harmonies of #945313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945313

Black with #945313

Text Example


Text Example

White with #945313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945313; }

 p { color: rgb(148,83,19); }

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

background-color css

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

 a { background-color: rgb(148,83,19); }

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

border-color css

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

 span { border-color: rgb(148,83,19); }

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