Html Css Color HEX #5A301B Baker's Chocolate

📋 copy color: '#5A301B'

red 90 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #5A301B

Tints of Baker's Chocolate #5A301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 54.55%
G = 29.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#5A301B (or 0x5A301B) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 1B. RGB value is (90,48,27). Sum of RGB (Red+Green+Blue) = 90+48+27=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A301B is #A5CFE4. Grayscale: #3A3A3A. Windows color (decimal): -10866661 or 1781850. OLE color: 1781850.

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

Color convert

RGB 90 48 27 -
CMYK 0 0.47 0.70 0.65
HSL 20º 0.54% 0.23% -
HSV(B) 20º 0.7% 0.35% -
XYZ 5.47 4.37 1.59 -
YUV 58.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 90 48 27 0 0.47 0.70 0.65 20 0.54 0.23
Hex 5A 30 1B 0 2F 46 41 14 36 17
Octal 132 60 33 0 57 106 101 24 66 27
Binary 1011010 110000 11011 0 101111 1000110 1000001 10100 110110 10111

Color Harmonies of #5A301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A301B

Black with #5A301B

Text Example


Text Example

White with #5A301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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