Html Css Color HEX #562E31 Jazz

📋 copy color: '#562E31'

red 86 ◦ green 46 ◦ blue 49

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

Shades of Jazz #562E31

Tints of Jazz #562E31

RGB

 RED value IS 86 (33.98% from 255) = 47.51%

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

 BLUE value IS 49 (19.53% from 255) = 27.07%

R = 47.51%
G = 25.41%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#562E31 (or 0x562E31) is known color: Jazz. HEX triplet: 56, 2E and 31. RGB value is (86,46,49). Sum of RGB (Red+Green+Blue) = 86+46+49=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #562E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E31 is #A9D1CE. Grayscale: #3A3A3A. Windows color (decimal): -11129295 or 3223126. OLE color: 3223126.

HSL color Cylindrical-coordinate representation of color #562E31: hue angle of 355.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E31 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 46 49 -
CMYK 0 0.47 0.43 0.66
HSL 355.5º 0.3% 0.26% -
HSV(B) 355.5º 0.47% 0.34% -
XYZ 5.37 4.15 3.42 -
YUV 58.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 86 46 49 0 0.47 0.43 0.66 355.5 0.3 0.26
Hex 56 2E 31 0 2F 2B 42 164 1E 1A
Octal 126 56 61 0 57 53 102 544 36 32
Binary 1010110 101110 110001 0 101111 101011 1000010 101100100 11110 11010

Color Harmonies of #562E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562E31

Black with #562E31

Text Example


Text Example

White with #562E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562E31; }

 p { color: rgb(86,46,49); }

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

background-color css

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

 a { background-color: rgb(86,46,49); }

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

border-color css

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

 span { border-color: rgb(86,46,49); }

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