Html Css Color HEX #53380A Baker's Chocolate

📋 copy color: '#53380A'

red 83 ◦ green 56 ◦ blue 10

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

Shades of Baker's Chocolate #53380A

Tints of Baker's Chocolate #53380A

RGB

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

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

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

R = 55.7%
G = 37.58%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53380A (or 0x53380A) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 0A. RGB value is (83,56,10). Sum of RGB (Red+Green+Blue) = 83+56+10=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53380A is #ACC7F5. Grayscale: #3B3B3B. Windows color (decimal): -11323382 or 669779. OLE color: 669779.

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

Color convert

RGB 83 56 10 -
CMYK 0 0.33 0.88 0.67
HSL 37.81º 0.78% 0.18% -
HSV(B) 37.81º 0.88% 0.33% -
XYZ 5.04 4.69 0.93 -
YUV 58.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 83 56 10 0 0.33 0.88 0.67 37.81 0.78 0.18
Hex 53 38 A 0 21 58 43 26 4E 12
Octal 123 70 12 0 41 130 103 46 116 22
Binary 1010011 111000 1010 0 100001 1011000 1000011 100110 1001110 10010

Color Harmonies of #53380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53380A

Black with #53380A

Text Example


Text Example

White with #53380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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