Html Css Color HEX #5C2E30 Jazz

📋 copy color: '#5C2E30'

red 92 ◦ green 46 ◦ blue 48

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

Shades of Jazz #5C2E30

Tints of Jazz #5C2E30

RGB

 RED value IS 92 (36.33% from 255) = 49.46%

 GREEN value IS 46 (18.36% from 255) = 24.73%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 49.46%
G = 24.73%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5C2E30 (or 0x5C2E30) is known color: Jazz. HEX triplet: 5C, 2E and 30. RGB value is (92,46,48). Sum of RGB (Red+Green+Blue) = 92+46+48=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E30 is #A3D1CF. Grayscale: #3C3C3C. Windows color (decimal): -10736080 or 3157596. OLE color: 3157596.

HSL color Cylindrical-coordinate representation of color #5C2E30: hue angle of 357.39º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C2E30 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 46 48 -
CMYK 0 0.50 0.48 0.64
HSL 357.39º 0.33% 0.27% -
HSV(B) 357.39º 0.5% 0.36% -
XYZ 5.92 4.44 3.34 -
YUV 59.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 92 46 48 0 0.50 0.48 0.64 357.39 0.33 0.27
Hex 5C 2E 30 0 32 30 40 165 21 1B
Octal 134 56 60 0 62 60 100 545 41 33
Binary 1011100 101110 110000 0 110010 110000 1000000 101100101 100001 11011

Color Harmonies of #5C2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2E30

Black with #5C2E30

Text Example


Text Example

White with #5C2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C2E30; }

 p { color: rgb(92,46,48); }

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

background-color css

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

 a { background-color: rgb(92,46,48); }

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

border-color css

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

 span { border-color: rgb(92,46,48); }

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