Html Css Color HEX #92460F Saddle Brown

📋 copy color: '#92460F'

red 146 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #92460F

Tints of Saddle Brown #92460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 63.2%
G = 30.3%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#92460F (or 0x92460F) is known color: Saddle Brown. HEX triplet: 92, 46 and 0F. RGB value is (146,70,15). Sum of RGB (Red+Green+Blue) = 146+70+15=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #92460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92460F is #6DB9F0. Grayscale: #565656. Windows color (decimal): -7191025 or 1001106. OLE color: 1001106.

HSL color Cylindrical-coordinate representation of color #92460F: hue angle of 25.19º 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 #92460F is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 70 15 -
CMYK 0 0.52 0.90 0.43
HSL 25.19º 0.81% 0.32% -
HSV(B) 25.19º 0.9% 0.57% -
XYZ 14.13 10.53 1.74 -
YUV 86.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 146 70 15 0 0.52 0.90 0.43 25.19 0.81 0.32
Hex 92 46 F 0 34 5A 2B 19 51 20
Octal 222 106 17 0 64 132 53 31 121 40
Binary 10010010 1000110 1111 0 110100 1011010 101011 11001 1010001 100000

Color Harmonies of #92460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92460F

Black with #92460F

Text Example


Text Example

White with #92460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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