Html Css Color HEX #552F42 Barossa

📋 copy color: '#552F42'

red 85 ◦ green 47 ◦ blue 66

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

Shades of Barossa #552F42

Tints of Barossa #552F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.74%

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 42.93%
G = 23.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552F42 (or 0x552F42) is known color: Barossa. HEX triplet: 55, 2F and 42. RGB value is (85,47,66). Sum of RGB (Red+Green+Blue) = 85+47+66=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F42 is #AAD0BD. Grayscale: #3C3C3C. Windows color (decimal): -11194558 or 4337493. OLE color: 4337493.

HSL color Cylindrical-coordinate representation of color #552F42: hue angle of 330º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F42 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 47 66 -
CMYK 0 0.45 0.22 0.67
HSL 330º 0.29% 0.26% -
HSV(B) 330º 0.45% 0.33% -
XYZ 5.75 4.36 5.69 -
YUV 60.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 85 47 66 0 0.45 0.22 0.67 330 0.29 0.26
Hex 55 2F 42 0 2D 16 43 14A 1D 1A
Octal 125 57 102 0 55 26 103 512 35 32
Binary 1010101 101111 1000010 0 101101 10110 1000011 101001010 11101 11010

Color Harmonies of #552F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F42

Black with #552F42

Text Example


Text Example

White with #552F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F42; }

 p { color: rgb(85,47,66); }

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

background-color css

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

 a { background-color: rgb(85,47,66); }

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

border-color css

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

 span { border-color: rgb(85,47,66); }

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