Html Css Color HEX #553D02 Baker's Chocolate

📋 copy color: '#553D02'

red 85 ◦ green 61 ◦ blue 2

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

Shades of Baker's Chocolate #553D02

Tints of Baker's Chocolate #553D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.35%

R = 57.43%
G = 41.22%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#553D02 (or 0x553D02) is known color: Baker's Chocolate. HEX triplet: 55, 3D and 02. RGB value is (85,61,2). Sum of RGB (Red+Green+Blue) = 85+61+2=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #553D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D02 is #AAC2FD. Grayscale: #3D3D3D. Windows color (decimal): -11191038 or 146773. OLE color: 146773.

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

Color convert

RGB 85 61 2 -
CMYK 0 0.28 0.98 0.67
HSL 42.65º 0.95% 0.17% -
HSV(B) 42.65º 0.98% 0.33% -
XYZ 5.43 5.27 0.79 -
YUV 61.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 85 61 2 0 0.28 0.98 0.67 42.65 0.95 0.17
Hex 55 3D 2 0 1C 62 43 2B 5F 11
Octal 125 75 2 0 34 142 103 53 137 21
Binary 1010101 111101 10 0 11100 1100010 1000011 101011 1011111 10001

Color Harmonies of #553D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D02

Black with #553D02

Text Example


Text Example

White with #553D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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