Html Css Color HEX #5D361B Baker's Chocolate

📋 copy color: '#5D361B'

red 93 ◦ green 54 ◦ blue 27

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

Shades of Baker's Chocolate #5D361B

Tints of Baker's Chocolate #5D361B

RGB

 RED value IS 93 (36.72% from 255) = 53.45%

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

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

R = 53.45%
G = 31.03%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5D361B (or 0x5D361B) is known color: Baker's Chocolate. HEX triplet: 5D, 36 and 1B. RGB value is (93,54,27). Sum of RGB (Red+Green+Blue) = 93+54+27=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D361B is #A2C9E4. Grayscale: #3E3E3E. Windows color (decimal): -10668517 or 1783389. OLE color: 1783389.

HSL color Cylindrical-coordinate representation of color #5D361B: hue angle of 24.55º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D361B is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 54 27 -
CMYK 0 0.42 0.71 0.64
HSL 24.55º 0.55% 0.24% -
HSV(B) 24.55º 0.71% 0.36% -
XYZ 6.03 5.04 1.69 -
YUV 62.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 93 54 27 0 0.42 0.71 0.64 24.55 0.55 0.24
Hex 5D 36 1B 0 2A 47 40 19 37 18
Octal 135 66 33 0 52 107 100 31 67 30
Binary 1011101 110110 11011 0 101010 1000111 1000000 11001 110111 11000

Color Harmonies of #5D361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D361B

Black with #5D361B

Text Example


Text Example

White with #5D361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,54,27); }

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

background-color css

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

 a { background-color: rgb(93,54,27); }

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

border-color css

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

 span { border-color: rgb(93,54,27); }

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