Html Css Color HEX #553D03 Baker's Chocolate

📋 copy color: '#553D03'

red 85 ◦ green 61 ◦ blue 3

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

Shades of Baker's Chocolate #553D03

Tints of Baker's Chocolate #553D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.94%

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 57.05%
G = 40.94%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#553D03 (or 0x553D03) is known color: Baker's Chocolate. HEX triplet: 55, 3D and 03. RGB value is (85,61,3). Sum of RGB (Red+Green+Blue) = 85+61+3=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #553D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D03 is #AAC2FC. Grayscale: #3D3D3D. Windows color (decimal): -11191037 or 212309. OLE color: 212309.

HSL color Cylindrical-coordinate representation of color #553D03: hue angle of 42.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #553D03 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 3 -
CMYK 0 0.28 0.96 0.67
HSL 42.44º 0.93% 0.17% -
HSV(B) 42.44º 0.96% 0.33% -
XYZ 5.43 5.28 0.82 -
YUV 61.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 85 61 3 0 0.28 0.96 0.67 42.44 0.93 0.17
Hex 55 3D 3 0 1C 60 43 2A 5D 11
Octal 125 75 3 0 34 140 103 52 135 21
Binary 1010101 111101 11 0 11100 1100000 1000011 101010 1011101 10001

Color Harmonies of #553D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D03

Black with #553D03

Text Example


Text Example

White with #553D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D03; }

 p { color: rgb(85,61,3); }

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

background-color css

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

 a { background-color: rgb(85,61,3); }

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

border-color css

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

 span { border-color: rgb(85,61,3); }

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