Html Css Color HEX #5C230D Baker's Chocolate

📋 copy color: '#5C230D'

red 92 ◦ green 35 ◦ blue 13

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

Shades of Baker's Chocolate #5C230D

Tints of Baker's Chocolate #5C230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 65.71%
G = 25%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5C230D (or 0x5C230D) is known color: Baker's Chocolate. HEX triplet: 5C, 23 and 0D. RGB value is (92,35,13). Sum of RGB (Red+Green+Blue) = 92+35+13=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C230D is #A3DCF2. Grayscale: #313131. Windows color (decimal): -10738931 or 861020. OLE color: 861020.

HSL color Cylindrical-coordinate representation of color #5C230D: hue angle of 16.71º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C230D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 35 13 -
CMYK 0 0.62 0.86 0.64
HSL 16.71º 0.75% 0.21% -
HSV(B) 16.71º 0.86% 0.36% -
XYZ 5.09 3.51 0.79 -
YUV 49.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 92 35 13 0 0.62 0.86 0.64 16.71 0.75 0.21
Hex 5C 23 D 0 3E 56 40 11 4B 15
Octal 134 43 15 0 76 126 100 21 113 25
Binary 1011100 100011 1101 0 111110 1010110 1000000 10001 1001011 10101

Color Harmonies of #5C230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C230D

Black with #5C230D

Text Example


Text Example

White with #5C230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,35,13); }

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

background-color css

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

 a { background-color: rgb(92,35,13); }

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

border-color css

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

 span { border-color: rgb(92,35,13); }

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