Html Css Color HEX #5A361A Baker's Chocolate

📋 copy color: '#5A361A'

red 90 ◦ green 54 ◦ blue 26

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

Shades of Baker's Chocolate #5A361A

Tints of Baker's Chocolate #5A361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 52.94%
G = 31.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A361A (or 0x5A361A) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 1A. RGB value is (90,54,26). Sum of RGB (Red+Green+Blue) = 90+54+26=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A361A is #A5C9E5. Grayscale: #3D3D3D. Windows color (decimal): -10865126 or 1717850. OLE color: 1717850.

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

Color convert

RGB 90 54 26 -
CMYK 0 0.40 0.71 0.65
HSL 26.25º 0.55% 0.23% -
HSV(B) 26.25º 0.71% 0.35% -
XYZ 5.72 4.89 1.62 -
YUV 61.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 90 54 26 0 0.40 0.71 0.65 26.25 0.55 0.23
Hex 5A 36 1A 0 28 47 41 1A 37 17
Octal 132 66 32 0 50 107 101 32 67 27
Binary 1011010 110110 11010 0 101000 1000111 1000001 11010 110111 10111

Color Harmonies of #5A361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A361A

Black with #5A361A

Text Example


Text Example

White with #5A361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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