Html Css Color HEX #552302 Baker's Chocolate

📋 copy color: '#552302'

red 85 ◦ green 35 ◦ blue 2

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

Shades of Baker's Chocolate #552302

Tints of Baker's Chocolate #552302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 69.67%
G = 28.69%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#552302 (or 0x552302) is known color: Baker's Chocolate. HEX triplet: 55, 23 and 02. RGB value is (85,35,2). Sum of RGB (Red+Green+Blue) = 85+35+2=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552302 is #AADCFD. Grayscale: #2E2E2E. Windows color (decimal): -11197694 or 140117. OLE color: 140117.

HSL color Cylindrical-coordinate representation of color #552302: hue angle of 23.86º 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 #552302 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 35 2 -
CMYK 0 0.59 0.98 0.67
HSL 23.86º 0.95% 0.17% -
HSV(B) 23.86º 0.98% 0.33% -
XYZ 4.36 3.14 0.43 -
YUV 46.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 85 35 2 0 0.59 0.98 0.67 23.86 0.95 0.17
Hex 55 23 2 0 3B 62 43 18 5F 11
Octal 125 43 2 0 73 142 103 30 137 21
Binary 1010101 100011 10 0 111011 1100010 1000011 11000 1011111 10001

Color Harmonies of #552302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552302

Black with #552302

Text Example


Text Example

White with #552302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552302; }

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

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

background-color css

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

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

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

border-color css

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

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

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