Html Css Color HEX #5D301B Baker's Chocolate

📋 copy color: '#5D301B'

red 93 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #5D301B

Tints of Baker's Chocolate #5D301B

RGB

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

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

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

R = 55.36%
G = 28.57%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5D301B (or 0x5D301B) is known color: Baker's Chocolate. HEX triplet: 5D, 30 and 1B. RGB value is (93,48,27). Sum of RGB (Red+Green+Blue) = 93+48+27=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D301B is #A2CFE4. Grayscale: #3B3B3B. Windows color (decimal): -10670053 or 1781853. OLE color: 1781853.

HSL color Cylindrical-coordinate representation of color #5D301B: hue angle of 19.09º 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 #5D301B is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 48 27 -
CMYK 0 0.48 0.71 0.64
HSL 19.09º 0.55% 0.24% -
HSV(B) 19.09º 0.71% 0.36% -
XYZ 5.77 4.52 1.61 -
YUV 59.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 93 48 27 0 0.48 0.71 0.64 19.09 0.55 0.24
Hex 5D 30 1B 0 30 47 40 13 37 18
Octal 135 60 33 0 60 107 100 23 67 30
Binary 1011101 110000 11011 0 110000 1000111 1000000 10011 110111 11000

Color Harmonies of #5D301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D301B

Black with #5D301B

Text Example


Text Example

White with #5D301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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