Html Css Color HEX #92520F Saddle Brown

📋 copy color: '#92520F'

red 146 ◦ green 82 ◦ blue 15

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

Shades of Saddle Brown #92520F

Tints of Saddle Brown #92520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 60.08%
G = 33.74%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92520F (or 0x92520F) is known color: Saddle Brown. HEX triplet: 92, 52 and 0F. RGB value is (146,82,15). Sum of RGB (Red+Green+Blue) = 146+82+15=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #92520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92520F is #6DADF0. Grayscale: #5D5D5D. Windows color (decimal): -7187953 or 1004178. OLE color: 1004178.

HSL color Cylindrical-coordinate representation of color #92520F: hue angle of 30.69º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92520F is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 82 15 -
CMYK 0 0.44 0.90 0.43
HSL 30.69º 0.81% 0.32% -
HSV(B) 30.69º 0.9% 0.57% -
XYZ 14.96 12.18 2.01 -
YUV 93.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 146 82 15 0 0.44 0.90 0.43 30.69 0.81 0.32
Hex 92 52 F 0 2C 5A 2B 1F 51 20
Octal 222 122 17 0 54 132 53 37 121 40
Binary 10010010 1010010 1111 0 101100 1011010 101011 11111 1010001 100000

Color Harmonies of #92520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92520F

Black with #92520F

Text Example


Text Example

White with #92520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92520F; }

 p { color: rgb(146,82,15); }

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

background-color css

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

 a { background-color: rgb(146,82,15); }

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

border-color css

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

 span { border-color: rgb(146,82,15); }

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