Html Css Color HEX #53360A Baker's Chocolate

📋 copy color: '#53360A'

red 83 ◦ green 54 ◦ blue 10

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

Shades of Baker's Chocolate #53360A

Tints of Baker's Chocolate #53360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.8%

R = 56.46%
G = 36.73%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53360A (or 0x53360A) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 0A. RGB value is (83,54,10). Sum of RGB (Red+Green+Blue) = 83+54+10=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53360A is #ACC9F5. Grayscale: #393939. Windows color (decimal): -11323894 or 669267. OLE color: 669267.

HSL color Cylindrical-coordinate representation of color #53360A: hue angle of 36.16º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53360A is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 10 -
CMYK 0 0.35 0.88 0.67
HSL 36.16º 0.78% 0.18% -
HSV(B) 36.16º 0.88% 0.33% -
XYZ 4.94 4.5 0.9 -
YUV 57.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 83 54 10 0 0.35 0.88 0.67 36.16 0.78 0.18
Hex 53 36 A 0 23 58 43 24 4E 12
Octal 123 66 12 0 43 130 103 44 116 22
Binary 1010011 110110 1010 0 100011 1011000 1000011 100100 1001110 10010

Color Harmonies of #53360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53360A

Black with #53360A

Text Example


Text Example

White with #53360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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