Html Css Color HEX #55280D Baker's Chocolate

📋 copy color: '#55280D'

red 85 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #55280D

Tints of Baker's Chocolate #55280D

RGB

 RED value IS 85 (33.59% from 255) = 61.59%

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

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

R = 61.59%
G = 28.99%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55280D (or 0x55280D) is known color: Baker's Chocolate. HEX triplet: 55, 28 and 0D. RGB value is (85,40,13). Sum of RGB (Red+Green+Blue) = 85+40+13=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55280D is #AAD7F2. Grayscale: #323232. Windows color (decimal): -11196403 or 862293. OLE color: 862293.

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

Color convert

RGB 85 40 13 -
CMYK 0 0.53 0.85 0.67
HSL 22.5º 0.73% 0.19% -
HSV(B) 22.5º 0.85% 0.33% -
XYZ 4.58 3.48 0.81 -
YUV 50.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 85 40 13 0 0.53 0.85 0.67 22.5 0.73 0.19
Hex 55 28 D 0 35 55 43 16 49 13
Octal 125 50 15 0 65 125 103 26 111 23
Binary 1010101 101000 1101 0 110101 1010101 1000011 10110 1001001 10011

Color Harmonies of #55280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55280D

Black with #55280D

Text Example


Text Example

White with #55280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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