Html Css Color HEX #945413 Saddle Brown

📋 copy color: '#945413'

red 148 ◦ green 84 ◦ blue 19

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

Shades of Saddle Brown #945413

Tints of Saddle Brown #945413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

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

R = 58.96%
G = 33.47%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#945413 (or 0x945413) is known color: Saddle Brown. HEX triplet: 94, 54 and 13. RGB value is (148,84,19). Sum of RGB (Red+Green+Blue) = 148+84+19=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #945413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945413 is #6BABEC. Grayscale: #606060. Windows color (decimal): -7056365 or 1266836. OLE color: 1266836.

HSL color Cylindrical-coordinate representation of color #945413: hue angle of 30.23º 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 #945413 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 19 -
CMYK 0 0.43 0.87 0.42
HSL 30.23º 0.77% 0.33% -
HSV(B) 30.23º 0.87% 0.58% -
XYZ 15.5 12.68 2.25 -
YUV 95.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 148 84 19 0 0.43 0.87 0.42 30.23 0.77 0.33
Hex 94 54 13 0 2B 57 2A 1E 4D 21
Octal 224 124 23 0 53 127 52 36 115 41
Binary 10010100 1010100 10011 0 101011 1010111 101010 11110 1001101 100001

Color Harmonies of #945413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945413

Black with #945413

Text Example


Text Example

White with #945413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945413; }

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

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

background-color css

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

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

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

border-color css

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

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

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