Html Css Color HEX #53300A Baker's Chocolate

📋 copy color: '#53300A'

red 83 ◦ green 48 ◦ blue 10

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

Shades of Baker's Chocolate #53300A

Tints of Baker's Chocolate #53300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.04%

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

R = 58.87%
G = 34.04%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53300A (or 0x53300A) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 0A. RGB value is (83,48,10). Sum of RGB (Red+Green+Blue) = 83+48+10=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #53300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53300A is #ACCFF5. Grayscale: #363636. Windows color (decimal): -11325430 or 667731. OLE color: 667731.

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

Color convert

RGB 83 48 10 -
CMYK 0 0.42 0.88 0.67
HSL 31.23º 0.78% 0.18% -
HSV(B) 31.23º 0.88% 0.33% -
XYZ 4.68 3.97 0.81 -
YUV 54.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 83 48 10 0 0.42 0.88 0.67 31.23 0.78 0.18
Hex 53 30 A 0 2A 58 43 1F 4E 12
Octal 123 60 12 0 52 130 103 37 116 22
Binary 1010011 110000 1010 0 101010 1011000 1000011 11111 1001110 10010

Color Harmonies of #53300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53300A

Black with #53300A

Text Example


Text Example

White with #53300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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