Html Css Color HEX #53360D Baker's Chocolate

📋 copy color: '#53360D'

red 83 ◦ green 54 ◦ blue 13

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

Shades of Baker's Chocolate #53360D

Tints of Baker's Chocolate #53360D

RGB

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

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

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

R = 55.33%
G = 36%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53360D (or 0x53360D) is known color: Baker's Chocolate. HEX triplet: 53, 36 and 0D. RGB value is (83,54,13). Sum of RGB (Red+Green+Blue) = 83+54+13=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53360D is #ACC9F2. Grayscale: #3A3A3A. Windows color (decimal): -11323891 or 865875. OLE color: 865875.

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

Color convert

RGB 83 54 13 -
CMYK 0 0.35 0.84 0.67
HSL 35.14º 0.73% 0.19% -
HSV(B) 35.14º 0.84% 0.33% -
XYZ 4.96 4.51 0.99 -
YUV 58 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 83 54 13 0 0.35 0.84 0.67 35.14 0.73 0.19
Hex 53 36 D 0 23 54 43 23 49 13
Octal 123 66 15 0 43 124 103 43 111 23
Binary 1010011 110110 1101 0 100011 1010100 1000011 100011 1001001 10011

Color Harmonies of #53360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53360D

Black with #53360D

Text Example


Text Example

White with #53360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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