Html Css Color HEX #53340D Baker's Chocolate

📋 copy color: '#53340D'

red 83 ◦ green 52 ◦ blue 13

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

Shades of Baker's Chocolate #53340D

Tints of Baker's Chocolate #53340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

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

R = 56.08%
G = 35.14%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53340D (or 0x53340D) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 0D. RGB value is (83,52,13). Sum of RGB (Red+Green+Blue) = 83+52+13=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53340D is #ACCBF2. Grayscale: #393939. Windows color (decimal): -11324403 or 865363. OLE color: 865363.

HSL color Cylindrical-coordinate representation of color #53340D: hue angle of 33.43º 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 #53340D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 13 -
CMYK 0 0.37 0.84 0.67
HSL 33.43º 0.73% 0.19% -
HSV(B) 33.43º 0.84% 0.33% -
XYZ 4.87 4.32 0.96 -
YUV 56.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 83 52 13 0 0.37 0.84 0.67 33.43 0.73 0.19
Hex 53 34 D 0 25 54 43 21 49 13
Octal 123 64 15 0 45 124 103 41 111 23
Binary 1010011 110100 1101 0 100101 1010100 1000011 100001 1001001 10011

Color Harmonies of #53340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53340D

Black with #53340D

Text Example


Text Example

White with #53340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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