Html Css Color HEX #53370E Baker's Chocolate

📋 copy color: '#53370E'

red 83 ◦ green 55 ◦ blue 14

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

Shades of Baker's Chocolate #53370E

Tints of Baker's Chocolate #53370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

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

R = 54.61%
G = 36.18%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53370E (or 0x53370E) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 0E. RGB value is (83,55,14). Sum of RGB (Red+Green+Blue) = 83+55+14=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53370E is #ACC8F1. Grayscale: #3A3A3A. Windows color (decimal): -11323634 or 931667. OLE color: 931667.

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

Color convert

RGB 83 55 14 -
CMYK 0 0.34 0.83 0.67
HSL 35.65º 0.71% 0.19% -
HSV(B) 35.65º 0.83% 0.33% -
XYZ 5.01 4.6 1.04 -
YUV 58.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 83 55 14 0 0.34 0.83 0.67 35.65 0.71 0.19
Hex 53 37 E 0 22 53 43 24 47 13
Octal 123 67 16 0 42 123 103 44 107 23
Binary 1010011 110111 1110 0 100010 1010011 1000011 100100 1000111 10011

Color Harmonies of #53370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53370E

Black with #53370E

Text Example


Text Example

White with #53370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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