Html Css Color HEX #5C2E1D Baker's Chocolate

📋 copy color: '#5C2E1D'

red 92 ◦ green 46 ◦ blue 29

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

Shades of Baker's Chocolate #5C2E1D

Tints of Baker's Chocolate #5C2E1D

RGB

 RED value IS 92 (36.33% from 255) = 55.09%

 GREEN value IS 46 (18.36% from 255) = 27.54%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 55.09%
G = 27.54%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#5C2E1D (or 0x5C2E1D) is known color: Baker's Chocolate. HEX triplet: 5C, 2E and 1D. RGB value is (92,46,29). Sum of RGB (Red+Green+Blue) = 92+46+29=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E1D is #A3D1E2. Grayscale: #393939. Windows color (decimal): -10736099 or 1912412. OLE color: 1912412.

HSL color Cylindrical-coordinate representation of color #5C2E1D: hue angle of 16.19º degrees, saturation: 0.52, 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 #5C2E1D is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 46 29 -
CMYK 0 0.50 0.68 0.64
HSL 16.19º 0.52% 0.24% -
HSV(B) 16.19º 0.68% 0.36% -
XYZ 5.61 4.32 1.7 -
YUV 57.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 92 46 29 0 0.50 0.68 0.64 16.19 0.52 0.24
Hex 5C 2E 1D 0 32 44 40 10 34 18
Octal 134 56 35 0 62 104 100 20 64 30
Binary 1011100 101110 11101 0 110010 1000100 1000000 10000 110100 11000

Color Harmonies of #5C2E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2E1D

Black with #5C2E1D

Text Example


Text Example

White with #5C2E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,46,29); }

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

background-color css

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

 a { background-color: rgb(92,46,29); }

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

border-color css

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

 span { border-color: rgb(92,46,29); }

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