Html Css Color HEX #53320C Baker's Chocolate

📋 copy color: '#53320C'

red 83 ◦ green 50 ◦ blue 12

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

Shades of Baker's Chocolate #53320C

Tints of Baker's Chocolate #53320C

RGB

 RED value IS 83 (32.81% from 255) = 57.24%

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 57.24%
G = 34.48%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53320C (or 0x53320C) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 0C. RGB value is (83,50,12). Sum of RGB (Red+Green+Blue) = 83+50+12=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53320C is #ACCDF3. Grayscale: #373737. Windows color (decimal): -11324916 or 799315. OLE color: 799315.

HSL color Cylindrical-coordinate representation of color #53320C: hue angle of 32.11º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53320C is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 12 -
CMYK 0 0.40 0.86 0.67
HSL 32.11º 0.75% 0.19% -
HSV(B) 32.11º 0.86% 0.33% -
XYZ 4.77 4.15 0.9 -
YUV 55.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 83 50 12 0 0.40 0.86 0.67 32.11 0.75 0.19
Hex 53 32 C 0 28 56 43 20 4B 13
Octal 123 62 14 0 50 126 103 40 113 23
Binary 1010011 110010 1100 0 101000 1010110 1000011 100000 1001011 10011

Color Harmonies of #53320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53320C

Black with #53320C

Text Example


Text Example

White with #53320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53320C; }

 p { color: rgb(83,50,12); }

 H1.HeaderClassName
 {
   color: #53320C;
 }
 .AnyTagClassName
 {
   color: #53320C;
 }
</style>

background-color css

<style>
 a { background-color: #53320C; }

 a { background-color: rgb(83,50,12); }

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

border-color css

<style>
 span { border-color: #53320C; }

 span { border-color: rgb(83,50,12); }

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