Html Css Color HEX #5C341D Baker's Chocolate

📋 copy color: '#5C341D'

red 92 ◦ green 52 ◦ blue 29

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

Shades of Baker's Chocolate #5C341D

Tints of Baker's Chocolate #5C341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

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

R = 53.18%
G = 30.06%
B = 16.76%

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

#5C341D (or 0x5C341D) is known color: Baker's Chocolate. HEX triplet: 5C, 34 and 1D. RGB value is (92,52,29). Sum of RGB (Red+Green+Blue) = 92+52+29=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C341D is #A3CBE2. Grayscale: #3D3D3D. Windows color (decimal): -10734563 or 1913948. OLE color: 1913948.

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

Color convert

RGB 92 52 29 -
CMYK 0 0.43 0.68 0.64
HSL 21.9º 0.52% 0.24% -
HSV(B) 21.9º 0.68% 0.36% -
XYZ 5.86 4.82 1.78 -
YUV 61.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 92 52 29 0 0.43 0.68 0.64 21.9 0.52 0.24
Hex 5C 34 1D 0 2B 44 40 16 34 18
Octal 134 64 35 0 53 104 100 26 64 30
Binary 1011100 110100 11101 0 101011 1000100 1000000 10110 110100 11000

Color Harmonies of #5C341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C341D

Black with #5C341D

Text Example


Text Example

White with #5C341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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