Html Css Color HEX #5D331F Baker's Chocolate

📋 copy color: '#5D331F'

red 93 ◦ green 51 ◦ blue 31

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

Shades of Baker's Chocolate #5D331F

Tints of Baker's Chocolate #5D331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 53.14%
G = 29.14%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5D331F (or 0x5D331F) is known color: Baker's Chocolate. HEX triplet: 5D, 33 and 1F. RGB value is (93,51,31). Sum of RGB (Red+Green+Blue) = 93+51+31=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D331F is #A2CCE0. Grayscale: #3D3D3D. Windows color (decimal): -10669281 or 2044765. OLE color: 2044765.

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

Color convert

RGB 93 51 31 -
CMYK 0 0.45 0.67 0.64
HSL 19.35º 0.5% 0.24% -
HSV(B) 19.35º 0.67% 0.36% -
XYZ 5.95 4.79 1.91 -
YUV 61.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 93 51 31 0 0.45 0.67 0.64 19.35 0.5 0.24
Hex 5D 33 1F 0 2D 43 40 13 32 18
Octal 135 63 37 0 55 103 100 23 62 30
Binary 1011101 110011 11111 0 101101 1000011 1000000 10011 110010 11000

Color Harmonies of #5D331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D331F

Black with #5D331F

Text Example


Text Example

White with #5D331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,51,31); }

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

background-color css

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

 a { background-color: rgb(93,51,31); }

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

border-color css

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

 span { border-color: rgb(93,51,31); }

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