Html Css Color HEX #925318 Saddle Brown

📋 copy color: '#925318'

red 146 ◦ green 83 ◦ blue 24

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

Shades of Saddle Brown #925318

Tints of Saddle Brown #925318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 57.71%
G = 32.81%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#925318 (or 0x925318) is known color: Saddle Brown. HEX triplet: 92, 53 and 18. RGB value is (146,83,24). Sum of RGB (Red+Green+Blue) = 146+83+24=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #925318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925318 is #6DACE7. Grayscale: #5F5F5F. Windows color (decimal): -7187688 or 1594258. OLE color: 1594258.

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

Color convert

RGB 146 83 24 -
CMYK 0 0.43 0.84 0.43
HSL 29.02º 0.72% 0.33% -
HSV(B) 29.02º 0.84% 0.57% -
XYZ 15.11 12.36 2.45 -
YUV 95.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 146 83 24 0 0.43 0.84 0.43 29.02 0.72 0.33
Hex 92 53 18 0 2B 54 2B 1D 48 21
Octal 222 123 30 0 53 124 53 35 110 41
Binary 10010010 1010011 11000 0 101011 1010100 101011 11101 1001000 100001

Color Harmonies of #925318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925318

Black with #925318

Text Example


Text Example

White with #925318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925318; }

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

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

background-color css

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

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

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

border-color css

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

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

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