Html Css Color HEX #5A381C Baker's Chocolate

📋 copy color: '#5A381C'

red 90 ◦ green 56 ◦ blue 28

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

Shades of Baker's Chocolate #5A381C

Tints of Baker's Chocolate #5A381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

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

R = 51.72%
G = 32.18%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A381C (or 0x5A381C) is known color: Baker's Chocolate. HEX triplet: 5A, 38 and 1C. RGB value is (90,56,28). Sum of RGB (Red+Green+Blue) = 90+56+28=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A381C is #A5C7E3. Grayscale: #3F3F3F. Windows color (decimal): -10864612 or 1849434. OLE color: 1849434.

HSL color Cylindrical-coordinate representation of color #5A381C: hue angle of 27.1º 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 #5A381C is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 28 -
CMYK 0 0.38 0.69 0.65
HSL 27.1º 0.53% 0.23% -
HSV(B) 27.1º 0.69% 0.35% -
XYZ 5.84 5.09 1.77 -
YUV 62.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 90 56 28 0 0.38 0.69 0.65 27.1 0.53 0.23
Hex 5A 38 1C 0 26 45 41 1B 35 17
Octal 132 70 34 0 46 105 101 33 65 27
Binary 1011010 111000 11100 0 100110 1000101 1000001 11011 110101 10111

Color Harmonies of #5A381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A381C

Black with #5A381C

Text Example


Text Example

White with #5A381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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