Html Css Color HEX #945212 Saddle Brown

📋 copy color: '#945212'

red 148 ◦ green 82 ◦ blue 18

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

Shades of Saddle Brown #945212

Tints of Saddle Brown #945212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 59.68%
G = 33.06%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#945212 (or 0x945212) is known color: Saddle Brown. HEX triplet: 94, 52 and 12. RGB value is (148,82,18). Sum of RGB (Red+Green+Blue) = 148+82+18=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #945212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945212 is #6BADED. Grayscale: #5E5E5E. Windows color (decimal): -7056878 or 1200788. OLE color: 1200788.

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

Color convert

RGB 148 82 18 -
CMYK 0 0.45 0.88 0.42
HSL 29.54º 0.78% 0.33% -
HSV(B) 29.54º 0.88% 0.58% -
XYZ 15.34 12.37 2.15 -
YUV 94.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 148 82 18 0 0.45 0.88 0.42 29.54 0.78 0.33
Hex 94 52 12 0 2D 58 2A 1E 4E 21
Octal 224 122 22 0 55 130 52 36 116 41
Binary 10010100 1010010 10010 0 101101 1011000 101010 11110 1001110 100001

Color Harmonies of #945212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945212

Black with #945212

Text Example


Text Example

White with #945212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945212; }

 p { color: rgb(148,82,18); }

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

background-color css

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

 a { background-color: rgb(148,82,18); }

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

border-color css

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

 span { border-color: rgb(148,82,18); }

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