Html Css Color HEX #582B2E Jazz

📋 copy color: '#582B2E'

red 88 ◦ green 43 ◦ blue 46

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

Shades of Jazz #582B2E

Tints of Jazz #582B2E

RGB

 RED value IS 88 (34.77% from 255) = 49.72%

 GREEN value IS 43 (17.19% from 255) = 24.29%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 49.72%
G = 24.29%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#582B2E (or 0x582B2E) is known color: Jazz. HEX triplet: 58, 2B and 2E. RGB value is (88,43,46). Sum of RGB (Red+Green+Blue) = 88+43+46=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #582B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B2E is #A7D4D1. Grayscale: #383838. Windows color (decimal): -10998994 or 3025752. OLE color: 3025752.

HSL color Cylindrical-coordinate representation of color #582B2E: hue angle of 356º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B2E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 43 46 -
CMYK 0 0.51 0.48 0.65
HSL 356º 0.34% 0.26% -
HSV(B) 356º 0.51% 0.35% -
XYZ 5.38 4 3.07 -
YUV 56.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 88 43 46 0 0.51 0.48 0.65 356 0.34 0.26
Hex 58 2B 2E 0 33 30 41 164 22 1A
Octal 130 53 56 0 63 60 101 544 42 32
Binary 1011000 101011 101110 0 110011 110000 1000001 101100100 100010 11010

Color Harmonies of #582B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B2E

Black with #582B2E

Text Example


Text Example

White with #582B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B2E; }

 p { color: rgb(88,43,46); }

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

background-color css

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

 a { background-color: rgb(88,43,46); }

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

border-color css

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

 span { border-color: rgb(88,43,46); }

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