Html Css Color HEX #5A381B Baker's Chocolate

📋 copy color: '#5A381B'

red 90 ◦ green 56 ◦ blue 27

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

Shades of Baker's Chocolate #5A381B

Tints of Baker's Chocolate #5A381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 52.02%
G = 32.37%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#5A381B (or 0x5A381B) is known color: Baker's Chocolate. HEX triplet: 5A, 38 and 1B. RGB value is (90,56,27). Sum of RGB (Red+Green+Blue) = 90+56+27=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A381B is #A5C7E4. Grayscale: #3F3F3F. Windows color (decimal): -10864613 or 1783898. OLE color: 1783898.

HSL color Cylindrical-coordinate representation of color #5A381B: hue angle of 27.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A381B is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 27 -
CMYK 0 0.38 0.70 0.65
HSL 27.62º 0.54% 0.23% -
HSV(B) 27.62º 0.7% 0.35% -
XYZ 5.83 5.08 1.71 -
YUV 62.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 90 56 27 0 0.38 0.70 0.65 27.62 0.54 0.23
Hex 5A 38 1B 0 26 46 41 1C 36 17
Octal 132 70 33 0 46 106 101 34 66 27
Binary 1011010 111000 11011 0 100110 1000110 1000001 11100 110110 10111

Color Harmonies of #5A381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A381B

Black with #5A381B

Text Example


Text Example

White with #5A381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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