Html Css Color HEX #53320E Baker's Chocolate

📋 copy color: '#53320E'

red 83 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #53320E

Tints of Baker's Chocolate #53320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.01%

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

R = 56.46%
G = 34.01%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53320E (or 0x53320E) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 0E. RGB value is (83,50,14). Sum of RGB (Red+Green+Blue) = 83+50+14=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53320E is #ACCDF1. Grayscale: #373737. Windows color (decimal): -11324914 or 930387. OLE color: 930387.

HSL color Cylindrical-coordinate representation of color #53320E: hue angle of 31.3º 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 #53320E is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 14 -
CMYK 0 0.40 0.83 0.67
HSL 31.3º 0.71% 0.19% -
HSV(B) 31.3º 0.83% 0.33% -
XYZ 4.79 4.15 0.96 -
YUV 55.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 83 50 14 0 0.40 0.83 0.67 31.3 0.71 0.19
Hex 53 32 E 0 28 53 43 1F 47 13
Octal 123 62 16 0 50 123 103 37 107 23
Binary 1010011 110010 1110 0 101000 1010011 1000011 11111 1000111 10011

Color Harmonies of #53320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53320E

Black with #53320E

Text Example


Text Example

White with #53320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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