Html Css Color HEX #925311 Saddle Brown

📋 copy color: '#925311'

red 146 ◦ green 83 ◦ blue 17

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

Shades of Saddle Brown #925311

Tints of Saddle Brown #925311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 59.35%
G = 33.74%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#925311 (or 0x925311) is known color: Saddle Brown. HEX triplet: 92, 53 and 11. RGB value is (146,83,17). Sum of RGB (Red+Green+Blue) = 146+83+17=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #925311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925311 is #6DACEE. Grayscale: #5E5E5E. Windows color (decimal): -7187695 or 1135506. OLE color: 1135506.

HSL color Cylindrical-coordinate representation of color #925311: hue angle of 30.7º degrees, saturation: 0.79, 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 #925311 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 83 17 -
CMYK 0 0.43 0.88 0.43
HSL 30.7º 0.79% 0.32% -
HSV(B) 30.7º 0.88% 0.57% -
XYZ 15.05 12.34 2.12 -
YUV 94.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 146 83 17 0 0.43 0.88 0.43 30.7 0.79 0.32
Hex 92 53 11 0 2B 58 2B 1F 4F 20
Octal 222 123 21 0 53 130 53 37 117 40
Binary 10010010 1010011 10001 0 101011 1011000 101011 11111 1001111 100000

Color Harmonies of #925311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925311

Black with #925311

Text Example


Text Example

White with #925311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925311; }

 p { color: rgb(146,83,17); }

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

background-color css

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

 a { background-color: rgb(146,83,17); }

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

border-color css

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

 span { border-color: rgb(146,83,17); }

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