Html Css Color HEX #925200 Saddle Brown

📋 copy color: '#925200'

red 146 ◦ green 82 ◦ blue 0

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

Shades of Saddle Brown #925200

Tints of Saddle Brown #925200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.04%
G = 35.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#925200 (or 0x925200) is known color: Saddle Brown. HEX triplet: 92, 52 and 00. RGB value is (146,82,0). Sum of RGB (Red+Green+Blue) = 146+82+0=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #925200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925200 is #6DADFF. Grayscale: #5C5C5C. Windows color (decimal): -7187968 or 21138. OLE color: 21138.

HSL color Cylindrical-coordinate representation of color #925200: hue angle of 33.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #925200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 82 0 -
CMYK 0 0.44 1 0.43
HSL 33.7º 1% 0.29% -
HSV(B) 33.7º 1% 0.57% -
XYZ 14.87 12.15 1.56 -
YUV 91.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 146 82 0 0 0.44 1 0.43 33.7 1 0.29
Hex 92 52 0 0 2C 64 2B 22 64 1D
Octal 222 122 0 0 54 144 53 42 144 35
Binary 10010010 1010010 0 0 101100 1100100 101011 100010 1100100 11101

Color Harmonies of #925200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925200

Black with #925200

Text Example


Text Example

White with #925200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925200; }

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

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

background-color css

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

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

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

border-color css

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

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

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