Html Css Color HEX #53340E Baker's Chocolate

📋 copy color: '#53340E'

red 83 ◦ green 52 ◦ blue 14

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

Shades of Baker's Chocolate #53340E

Tints of Baker's Chocolate #53340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 55.7%
G = 34.9%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53340E (or 0x53340E) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 0E. RGB value is (83,52,14). Sum of RGB (Red+Green+Blue) = 83+52+14=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53340E is #ACCBF1. Grayscale: #393939. Windows color (decimal): -11324402 or 930899. OLE color: 930899.

HSL color Cylindrical-coordinate representation of color #53340E: hue angle of 33.04º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53340E is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 14 -
CMYK 0 0.37 0.83 0.67
HSL 33.04º 0.71% 0.19% -
HSV(B) 33.04º 0.83% 0.33% -
XYZ 4.87 4.33 0.99 -
YUV 56.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 83 52 14 0 0.37 0.83 0.67 33.04 0.71 0.19
Hex 53 34 E 0 25 53 43 21 47 13
Octal 123 64 16 0 45 123 103 41 107 23
Binary 1010011 110100 1110 0 100101 1010011 1000011 100001 1000111 10011

Color Harmonies of #53340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53340E

Black with #53340E

Text Example


Text Example

White with #53340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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