Html Css Color HEX #925000 Saddle Brown

📋 copy color: '#925000'

red 146 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #925000

Tints of Saddle Brown #925000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.6%
G = 35.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#925000 (or 0x925000) is known color: Saddle Brown. HEX triplet: 92, 50 and 00. RGB value is (146,80,0). Sum of RGB (Red+Green+Blue) = 146+80+0=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #925000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925000 is #6DAFFF. Grayscale: #5B5B5B. Windows color (decimal): -7188480 or 20626. OLE color: 20626.

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

Color convert

RGB 146 80 0 -
CMYK 0 0.45 1 0.43
HSL 32.88º 1% 0.29% -
HSV(B) 32.88º 1% 0.57% -
XYZ 14.72 11.85 1.51 -
YUV 90.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 146 80 0 0 0.45 1 0.43 32.88 1 0.29
Hex 92 50 0 0 2D 64 2B 21 64 1D
Octal 222 120 0 0 55 144 53 41 144 35
Binary 10010010 1010000 0 0 101101 1100100 101011 100001 1100100 11101

Color Harmonies of #925000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925000

Black with #925000

Text Example


Text Example

White with #925000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925000; }

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

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

background-color css

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

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

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

border-color css

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

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

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