Html Css Color HEX #53280F Baker's Chocolate

📋 copy color: '#53280F'

red 83 ◦ green 40 ◦ blue 15

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

Shades of Baker's Chocolate #53280F

Tints of Baker's Chocolate #53280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 60.14%
G = 28.99%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53280F (or 0x53280F) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 0F. RGB value is (83,40,15). Sum of RGB (Red+Green+Blue) = 83+40+15=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #53280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53280F is #ACD7F0. Grayscale: #323232. Windows color (decimal): -11327473 or 993363. OLE color: 993363.

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

Color convert

RGB 83 40 15 -
CMYK 0 0.52 0.82 0.67
HSL 22.06º 0.69% 0.19% -
HSV(B) 22.06º 0.82% 0.33% -
XYZ 4.41 3.39 0.87 -
YUV 50.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 83 40 15 0 0.52 0.82 0.67 22.06 0.69 0.19
Hex 53 28 F 0 34 52 43 16 45 13
Octal 123 50 17 0 64 122 103 26 105 23
Binary 1010011 101000 1111 0 110100 1010010 1000011 10110 1000101 10011

Color Harmonies of #53280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53280F

Black with #53280F

Text Example


Text Example

White with #53280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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