Html Css Color HEX #92530D Saddle Brown

📋 copy color: '#92530D'

red 146 ◦ green 83 ◦ blue 13

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

Shades of Saddle Brown #92530D

Tints of Saddle Brown #92530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 60.33%
G = 34.3%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#92530D (or 0x92530D) is known color: Saddle Brown. HEX triplet: 92, 53 and 0D. RGB value is (146,83,13). Sum of RGB (Red+Green+Blue) = 146+83+13=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92530D is #6DACF2. Grayscale: #5E5E5E. Windows color (decimal): -7187699 or 873362. OLE color: 873362.

HSL color Cylindrical-coordinate representation of color #92530D: hue angle of 31.58º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92530D is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 83 13 -
CMYK 0 0.43 0.91 0.43
HSL 31.58º 0.84% 0.31% -
HSV(B) 31.58º 0.91% 0.57% -
XYZ 15.02 12.33 1.97 -
YUV 93.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 146 83 13 0 0.43 0.91 0.43 31.58 0.84 0.31
Hex 92 53 D 0 2B 5B 2B 20 54 1F
Octal 222 123 15 0 53 133 53 40 124 37
Binary 10010010 1010011 1101 0 101011 1011011 101011 100000 1010100 11111

Color Harmonies of #92530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92530D

Black with #92530D

Text Example


Text Example

White with #92530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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