Html Css Color HEX #53280A Baker's Chocolate

📋 copy color: '#53280A'

red 83 ◦ green 40 ◦ blue 10

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

Shades of Baker's Chocolate #53280A

Tints of Baker's Chocolate #53280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 62.41%
G = 30.08%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53280A (or 0x53280A) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 0A. RGB value is (83,40,10). Sum of RGB (Red+Green+Blue) = 83+40+10=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53280A is #ACD7F5. Grayscale: #313131. Windows color (decimal): -11327478 or 665683. OLE color: 665683.

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

Color convert

RGB 83 40 10 -
CMYK 0 0.52 0.88 0.67
HSL 24.66º 0.78% 0.18% -
HSV(B) 24.66º 0.88% 0.33% -
XYZ 4.38 3.38 0.71 -
YUV 49.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 83 40 10 0 0.52 0.88 0.67 24.66 0.78 0.18
Hex 53 28 A 0 34 58 43 19 4E 12
Octal 123 50 12 0 64 130 103 31 116 22
Binary 1010011 101000 1010 0 110100 1011000 1000011 11001 1001110 10010

Color Harmonies of #53280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53280A

Black with #53280A

Text Example


Text Example

White with #53280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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