Html Css Color HEX #92461D Saddle Brown

📋 copy color: '#92461D'

red 146 ◦ green 70 ◦ blue 29

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

Shades of Saddle Brown #92461D

Tints of Saddle Brown #92461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 59.59%
G = 28.57%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92461D (or 0x92461D) is known color: Saddle Brown. HEX triplet: 92, 46 and 1D. RGB value is (146,70,29). Sum of RGB (Red+Green+Blue) = 146+70+29=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #92461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92461D is #6DB9E2. Grayscale: #585858. Windows color (decimal): -7191011 or 1918610. OLE color: 1918610.

HSL color Cylindrical-coordinate representation of color #92461D: hue angle of 21.03º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92461D is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 70 29 -
CMYK 0 0.52 0.80 0.43
HSL 21.03º 0.67% 0.34% -
HSV(B) 21.03º 0.8% 0.57% -
XYZ 14.27 10.58 2.45 -
YUV 88.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 146 70 29 0 0.52 0.80 0.43 21.03 0.67 0.34
Hex 92 46 1D 0 34 50 2B 15 43 22
Octal 222 106 35 0 64 120 53 25 103 42
Binary 10010010 1000110 11101 0 110100 1010000 101011 10101 1000011 100010

Color Harmonies of #92461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92461D

Black with #92461D

Text Example


Text Example

White with #92461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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