Html Css Color HEX #945016 Saddle Brown

📋 copy color: '#945016'

red 148 ◦ green 80 ◦ blue 22

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

Shades of Saddle Brown #945016

Tints of Saddle Brown #945016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 59.2%
G = 32%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#945016 (or 0x945016) is known color: Saddle Brown. HEX triplet: 94, 50 and 16. RGB value is (148,80,22). Sum of RGB (Red+Green+Blue) = 148+80+22=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #945016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945016 is #6BAFE9. Grayscale: #5E5E5E. Windows color (decimal): -7057386 or 1462420. OLE color: 1462420.

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

Color convert

RGB 148 80 22 -
CMYK 0 0.46 0.85 0.42
HSL 27.62º 0.74% 0.33% -
HSV(B) 27.62º 0.85% 0.58% -
XYZ 15.23 12.09 2.29 -
YUV 93.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 148 80 22 0 0.46 0.85 0.42 27.62 0.74 0.33
Hex 94 50 16 0 2E 55 2A 1C 4A 21
Octal 224 120 26 0 56 125 52 34 112 41
Binary 10010100 1010000 10110 0 101110 1010101 101010 11100 1001010 100001

Color Harmonies of #945016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945016

Black with #945016

Text Example


Text Example

White with #945016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945016; }

 p { color: rgb(148,80,22); }

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

background-color css

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

 a { background-color: rgb(148,80,22); }

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

border-color css

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

 span { border-color: rgb(148,80,22); }

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