Html Css Color HEX #553401 Baker's Chocolate

📋 copy color: '#553401'

red 85 ◦ green 52 ◦ blue 1

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

Shades of Baker's Chocolate #553401

Tints of Baker's Chocolate #553401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 61.59%
G = 37.68%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#553401 (or 0x553401) is known color: Baker's Chocolate. HEX triplet: 55, 34 and 01. RGB value is (85,52,1). Sum of RGB (Red+Green+Blue) = 85+52+1=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #553401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553401 is #AACBFE. Grayscale: #383838. Windows color (decimal): -11193343 or 78933. OLE color: 78933.

HSL color Cylindrical-coordinate representation of color #553401: hue angle of 36.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #553401 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 1 -
CMYK 0 0.39 0.99 0.67
HSL 36.43º 0.98% 0.17% -
HSV(B) 36.43º 0.99% 0.33% -
XYZ 4.98 4.39 0.61 -
YUV 56.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 85 52 1 0 0.39 0.99 0.67 36.43 0.98 0.17
Hex 55 34 1 0 27 63 43 24 62 11
Octal 125 64 1 0 47 143 103 44 142 21
Binary 1010101 110100 1 0 100111 1100011 1000011 100100 1100010 10001

Color Harmonies of #553401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553401

Black with #553401

Text Example


Text Example

White with #553401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553401; }

 p { color: rgb(85,52,1); }

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

background-color css

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

 a { background-color: rgb(85,52,1); }

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

border-color css

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

 span { border-color: rgb(85,52,1); }

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