Html Css Color HEX #5D3811 Baker's Chocolate

📋 copy color: '#5D3811'

red 93 ◦ green 56 ◦ blue 17

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

Shades of Baker's Chocolate #5D3811

Tints of Baker's Chocolate #5D3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 56.02%
G = 33.73%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5D3811 (or 0x5D3811) is known color: Baker's Chocolate. HEX triplet: 5D, 38 and 11. RGB value is (93,56,17). Sum of RGB (Red+Green+Blue) = 93+56+17=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3811 is #A2C7EE. Grayscale: #3E3E3E. Windows color (decimal): -10668015 or 1128541. OLE color: 1128541.

HSL color Cylindrical-coordinate representation of color #5D3811: hue angle of 30.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D3811 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 56 17 -
CMYK 0 0.40 0.82 0.64
HSL 30.79º 0.69% 0.22% -
HSV(B) 30.79º 0.82% 0.36% -
XYZ 6.03 5.2 1.22 -
YUV 62.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 93 56 17 0 0.40 0.82 0.64 30.79 0.69 0.22
Hex 5D 38 11 0 28 52 40 1F 45 16
Octal 135 70 21 0 50 122 100 37 105 26
Binary 1011101 111000 10001 0 101000 1010010 1000000 11111 1000101 10110

Color Harmonies of #5D3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3811

Black with #5D3811

Text Example


Text Example

White with #5D3811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,56,17); }

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

background-color css

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

 a { background-color: rgb(93,56,17); }

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

border-color css

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

 span { border-color: rgb(93,56,17); }

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