Html Css Color HEX #925314 Saddle Brown

📋 copy color: '#925314'

red 146 ◦ green 83 ◦ blue 20

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

Shades of Saddle Brown #925314

Tints of Saddle Brown #925314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 58.63%
G = 33.33%
B = 8.03%

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

#925314 (or 0x925314) is known color: Saddle Brown. HEX triplet: 92, 53 and 14. RGB value is (146,83,20). Sum of RGB (Red+Green+Blue) = 146+83+20=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #925314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925314 is #6DACEB. Grayscale: #5E5E5E. Windows color (decimal): -7187692 or 1332114. OLE color: 1332114.

HSL color Cylindrical-coordinate representation of color #925314: hue angle of 30º degrees, saturation: 0.76, 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 #925314 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 83 20 -
CMYK 0 0.43 0.86 0.43
HSL 30º 0.76% 0.33% -
HSV(B) 30º 0.86% 0.57% -
XYZ 15.07 12.35 2.25 -
YUV 94.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 146 83 20 0 0.43 0.86 0.43 30 0.76 0.33
Hex 92 53 14 0 2B 56 2B 1E 4C 21
Octal 222 123 24 0 53 126 53 36 114 41
Binary 10010010 1010011 10100 0 101011 1010110 101011 11110 1001100 100001

Color Harmonies of #925314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925314

Black with #925314

Text Example


Text Example

White with #925314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925314; }

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

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

background-color css

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

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

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

border-color css

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

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

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