Html Css Color HEX #53380E Baker's Chocolate

📋 copy color: '#53380E'

red 83 ◦ green 56 ◦ blue 14

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

Shades of Baker's Chocolate #53380E

Tints of Baker's Chocolate #53380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.6%

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

R = 54.25%
G = 36.6%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53380E (or 0x53380E) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 0E. RGB value is (83,56,14). Sum of RGB (Red+Green+Blue) = 83+56+14=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53380E is #ACC7F1. Grayscale: #3B3B3B. Windows color (decimal): -11323378 or 931923. OLE color: 931923.

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

Color convert

RGB 83 56 14 -
CMYK 0 0.33 0.83 0.67
HSL 36.52º 0.71% 0.19% -
HSV(B) 36.52º 0.83% 0.33% -
XYZ 5.06 4.7 1.06 -
YUV 59.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 83 56 14 0 0.33 0.83 0.67 36.52 0.71 0.19
Hex 53 38 E 0 21 53 43 25 47 13
Octal 123 70 16 0 41 123 103 45 107 23
Binary 1010011 111000 1110 0 100001 1010011 1000011 100101 1000111 10011

Color Harmonies of #53380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53380E

Black with #53380E

Text Example


Text Example

White with #53380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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