Html Css Color HEX #53280C Baker's Chocolate

📋 copy color: '#53280C'

red 83 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #53280C

Tints of Baker's Chocolate #53280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

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

R = 61.48%
G = 29.63%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53280C (or 0x53280C) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 0C. RGB value is (83,40,12). Sum of RGB (Red+Green+Blue) = 83+40+12=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53280C is #ACD7F3. Grayscale: #313131. Windows color (decimal): -11327476 or 796755. OLE color: 796755.

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

Color convert

RGB 83 40 12 -
CMYK 0 0.52 0.86 0.67
HSL 23.66º 0.75% 0.19% -
HSV(B) 23.66º 0.86% 0.33% -
XYZ 4.39 3.38 0.77 -
YUV 49.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 83 40 12 0 0.52 0.86 0.67 23.66 0.75 0.19
Hex 53 28 C 0 34 56 43 18 4B 13
Octal 123 50 14 0 64 126 103 30 113 23
Binary 1010011 101000 1100 0 110100 1010110 1000011 11000 1001011 10011

Color Harmonies of #53280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53280C

Black with #53280C

Text Example


Text Example

White with #53280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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