Html Css Color HEX #925315 Saddle Brown

📋 copy color: '#925315'

red 146 ◦ green 83 ◦ blue 21

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

Shades of Saddle Brown #925315

Tints of Saddle Brown #925315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 58.4%
G = 33.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925315 (or 0x925315) is known color: Saddle Brown. HEX triplet: 92, 53 and 15. RGB value is (146,83,21). Sum of RGB (Red+Green+Blue) = 146+83+21=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #925315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925315 is #6DACEA. Grayscale: #5F5F5F. Windows color (decimal): -7187691 or 1397650. OLE color: 1397650.

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

Color convert

RGB 146 83 21 -
CMYK 0 0.43 0.86 0.43
HSL 29.76º 0.75% 0.33% -
HSV(B) 29.76º 0.86% 0.57% -
XYZ 15.08 12.35 2.3 -
YUV 94.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 146 83 21 0 0.43 0.86 0.43 29.76 0.75 0.33
Hex 92 53 15 0 2B 56 2B 1E 4B 21
Octal 222 123 25 0 53 126 53 36 113 41
Binary 10010010 1010011 10101 0 101011 1010110 101011 11110 1001011 100001

Color Harmonies of #925315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925315

Black with #925315

Text Example


Text Example

White with #925315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925315; }

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

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

background-color css

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

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

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

border-color css

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

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

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