Html Css Color HEX #53280D Baker's Chocolate

📋 copy color: '#53280D'

red 83 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #53280D

Tints of Baker's Chocolate #53280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 61.03%
G = 29.41%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53280D (or 0x53280D) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 0D. RGB value is (83,40,13). Sum of RGB (Red+Green+Blue) = 83+40+13=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53280D is #ACD7F2. Grayscale: #313131. Windows color (decimal): -11327475 or 862291. OLE color: 862291.

HSL color Cylindrical-coordinate representation of color #53280D: hue angle of 23.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53280D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 13 -
CMYK 0 0.52 0.84 0.67
HSL 23.14º 0.73% 0.19% -
HSV(B) 23.14º 0.84% 0.33% -
XYZ 4.4 3.39 0.8 -
YUV 49.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 83 40 13 0 0.52 0.84 0.67 23.14 0.73 0.19
Hex 53 28 D 0 34 54 43 17 49 13
Octal 123 50 15 0 64 124 103 27 111 23
Binary 1010011 101000 1101 0 110100 1010100 1000011 10111 1001001 10011

Color Harmonies of #53280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53280D

Black with #53280D

Text Example


Text Example

White with #53280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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