Html Css Color HEX #53360C Baker's Chocolate

📋 copy color: '#53360C'

red 83 ◦ green 54 ◦ blue 12

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

Shades of Baker's Chocolate #53360C

Tints of Baker's Chocolate #53360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

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

R = 55.7%
G = 36.24%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53360C (or 0x53360C) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 0C. RGB value is (83,54,12). Sum of RGB (Red+Green+Blue) = 83+54+12=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53360C is #ACC9F3. Grayscale: #3A3A3A. Windows color (decimal): -11323892 or 800339. OLE color: 800339.

HSL color Cylindrical-coordinate representation of color #53360C: hue angle of 35.49º 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 #53360C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 12 -
CMYK 0 0.35 0.86 0.67
HSL 35.49º 0.75% 0.19% -
HSV(B) 35.49º 0.86% 0.33% -
XYZ 4.95 4.5 0.96 -
YUV 57.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 83 54 12 0 0.35 0.86 0.67 35.49 0.75 0.19
Hex 53 36 C 0 23 56 43 23 4B 13
Octal 123 66 14 0 43 126 103 43 113 23
Binary 1010011 110110 1100 0 100011 1010110 1000011 100011 1001011 10011

Color Harmonies of #53360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53360C

Black with #53360C

Text Example


Text Example

White with #53360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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