Html Css Color HEX #53390A Baker's Chocolate

📋 copy color: '#53390A'

red 83 ◦ green 57 ◦ blue 10

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

Shades of Baker's Chocolate #53390A

Tints of Baker's Chocolate #53390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38%

 BLUE value IS 10 (4.3% from 255) = 6.67%

R = 55.33%
G = 38%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53390A (or 0x53390A) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 0A. RGB value is (83,57,10). Sum of RGB (Red+Green+Blue) = 83+57+10=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53390A is #ACC6F5. Grayscale: #3B3B3B. Windows color (decimal): -11323126 or 670035. OLE color: 670035.

HSL color Cylindrical-coordinate representation of color #53390A: hue angle of 38.63º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53390A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 10 -
CMYK 0 0.31 0.88 0.67
HSL 38.63º 0.78% 0.18% -
HSV(B) 38.63º 0.88% 0.33% -
XYZ 5.09 4.79 0.94 -
YUV 59.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 83 57 10 0 0.31 0.88 0.67 38.63 0.78 0.18
Hex 53 39 A 0 1F 58 43 27 4E 12
Octal 123 71 12 0 37 130 103 47 116 22
Binary 1010011 111001 1010 0 11111 1011000 1000011 100111 1001110 10010

Color Harmonies of #53390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53390A

Black with #53390A

Text Example


Text Example

White with #53390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53390A; }

 p { color: rgb(83,57,10); }

 H1.HeaderClassName
 {
   color: #53390A;
 }
 .AnyTagClassName
 {
   color: #53390A;
 }
</style>

background-color css

<style>
 a { background-color: #53390A; }

 a { background-color: rgb(83,57,10); }

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

border-color css

<style>
 span { border-color: #53390A; }

 span { border-color: rgb(83,57,10); }

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