Html Css Color HEX #925012 Saddle Brown

📋 copy color: '#925012'

red 146 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #925012

Tints of Saddle Brown #925012

RGB

 RED value IS 146 (57.42% from 255) = 59.84%

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

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

R = 59.84%
G = 32.79%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#925012 (or 0x925012) is known color: Saddle Brown. HEX triplet: 92, 50 and 12. RGB value is (146,80,18). Sum of RGB (Red+Green+Blue) = 146+80+18=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #925012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925012 is #6DAFED. Grayscale: #5C5C5C. Windows color (decimal): -7188462 or 1200274. OLE color: 1200274.

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

Color convert

RGB 146 80 18 -
CMYK 0 0.45 0.88 0.43
HSL 29.06º 0.78% 0.32% -
HSV(B) 29.06º 0.88% 0.57% -
XYZ 14.83 11.89 2.09 -
YUV 92.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 146 80 18 0 0.45 0.88 0.43 29.06 0.78 0.32
Hex 92 50 12 0 2D 58 2B 1D 4E 20
Octal 222 120 22 0 55 130 53 35 116 40
Binary 10010010 1010000 10010 0 101101 1011000 101011 11101 1001110 100000

Color Harmonies of #925012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925012

Black with #925012

Text Example


Text Example

White with #925012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925012; }

 p { color: rgb(146,80,18); }

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

background-color css

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

 a { background-color: rgb(146,80,18); }

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

border-color css

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

 span { border-color: rgb(146,80,18); }

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