Html Css Color HEX #5A391C Baker's Chocolate

📋 copy color: '#5A391C'

red 90 ◦ green 57 ◦ blue 28

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

Shades of Baker's Chocolate #5A391C

Tints of Baker's Chocolate #5A391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 51.43%
G = 32.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A391C (or 0x5A391C) is known color: Baker's Chocolate. HEX triplet: 5A, 39 and 1C. RGB value is (90,57,28). Sum of RGB (Red+Green+Blue) = 90+57+28=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A391C is #A5C6E3. Grayscale: #3F3F3F. Windows color (decimal): -10864356 or 1849690. OLE color: 1849690.

HSL color Cylindrical-coordinate representation of color #5A391C: hue angle of 28.06º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A391C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 57 28 -
CMYK 0 0.37 0.69 0.65
HSL 28.06º 0.53% 0.23% -
HSV(B) 28.06º 0.69% 0.35% -
XYZ 5.89 5.18 1.79 -
YUV 63.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 90 57 28 0 0.37 0.69 0.65 28.06 0.53 0.23
Hex 5A 39 1C 0 25 45 41 1C 35 17
Octal 132 71 34 0 45 105 101 34 65 27
Binary 1011010 111001 11100 0 100101 1000101 1000001 11100 110101 10111

Color Harmonies of #5A391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A391C

Black with #5A391C

Text Example


Text Example

White with #5A391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,57,28); }

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

background-color css

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

 a { background-color: rgb(90,57,28); }

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

border-color css

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

 span { border-color: rgb(90,57,28); }

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