Html Css Color HEX #5D351E Baker's Chocolate

📋 copy color: '#5D351E'

red 93 ◦ green 53 ◦ blue 30

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

Shades of Baker's Chocolate #5D351E

Tints of Baker's Chocolate #5D351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 52.84%
G = 30.11%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5D351E (or 0x5D351E) is known color: Baker's Chocolate. HEX triplet: 5D, 35 and 1E. RGB value is (93,53,30). Sum of RGB (Red+Green+Blue) = 93+53+30=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D351E is #A2CAE1. Grayscale: #3E3E3E. Windows color (decimal): -10668770 or 1979741. OLE color: 1979741.

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

Color convert

RGB 93 53 30 -
CMYK 0 0.43 0.68 0.64
HSL 21.9º 0.51% 0.24% -
HSV(B) 21.9º 0.68% 0.36% -
XYZ 6.02 4.97 1.87 -
YUV 62.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 93 53 30 0 0.43 0.68 0.64 21.9 0.51 0.24
Hex 5D 35 1E 0 2B 44 40 16 33 18
Octal 135 65 36 0 53 104 100 26 63 30
Binary 1011101 110101 11110 0 101011 1000100 1000000 10110 110011 11000

Color Harmonies of #5D351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D351E

Black with #5D351E

Text Example


Text Example

White with #5D351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,53,30); }

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

background-color css

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

 a { background-color: rgb(93,53,30); }

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

border-color css

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

 span { border-color: rgb(93,53,30); }

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