Html Css Color HEX #5A362B Cioccolato

📋 copy color: '#5A362B'

red 90 ◦ green 54 ◦ blue 43

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

Shades of Cioccolato #5A362B

Tints of Cioccolato #5A362B

RGB

 RED value IS 90 (35.55% from 255) = 48.13%

 GREEN value IS 54 (21.48% from 255) = 28.88%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 48.13%
G = 28.88%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A362B (or 0x5A362B) is known color: Cioccolato. HEX triplet: 5A, 36 and 2B. RGB value is (90,54,43). Sum of RGB (Red+Green+Blue) = 90+54+43=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A362B is #A5C9D4. Grayscale: #3F3F3F. Windows color (decimal): -10865109 or 2831962. OLE color: 2831962.

HSL color Cylindrical-coordinate representation of color #5A362B: hue angle of 14.04º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A362B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 43 -
CMYK 0 0.40 0.52 0.65
HSL 14.04º 0.35% 0.26% -
HSV(B) 14.04º 0.52% 0.35% -
XYZ 5.97 4.99 2.93 -
YUV 63.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 90 54 43 0 0.40 0.52 0.65 14.04 0.35 0.26
Hex 5A 36 2B 0 28 34 41 E 23 1A
Octal 132 66 53 0 50 64 101 16 43 32
Binary 1011010 110110 101011 0 101000 110100 1000001 1110 100011 11010

Color Harmonies of #5A362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A362B

Black with #5A362B

Text Example


Text Example

White with #5A362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,43); }

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

background-color css

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

 a { background-color: rgb(90,54,43); }

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

border-color css

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

 span { border-color: rgb(90,54,43); }

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