Html Css Color HEX #563233 Jazz

📋 copy color: '#563233'

red 86 ◦ green 50 ◦ blue 51

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

Shades of Jazz #563233

Tints of Jazz #563233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 45.99%
G = 26.74%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#563233 (or 0x563233) is known color: Jazz. HEX triplet: 56, 32 and 33. RGB value is (86,50,51). Sum of RGB (Red+Green+Blue) = 86+50+51=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #563233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563233 is #A9CDCC. Grayscale: #3C3C3C. Windows color (decimal): -11128269 or 3355222. OLE color: 3355222.

HSL color Cylindrical-coordinate representation of color #563233: hue angle of 358.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563233 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 50 51 -
CMYK 0 0.42 0.41 0.66
HSL 358.33º 0.26% 0.27% -
HSV(B) 358.33º 0.42% 0.34% -
XYZ 5.58 4.5 3.71 -
YUV 60.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 86 50 51 0 0.42 0.41 0.66 358.33 0.26 0.27
Hex 56 32 33 0 2A 29 42 166 1A 1B
Octal 126 62 63 0 52 51 102 546 32 33
Binary 1010110 110010 110011 0 101010 101001 1000010 101100110 11010 11011

Color Harmonies of #563233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563233

Black with #563233

Text Example


Text Example

White with #563233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563233; }

 p { color: rgb(86,50,51); }

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

background-color css

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

 a { background-color: rgb(86,50,51); }

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

border-color css

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

 span { border-color: rgb(86,50,51); }

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