Html Css Color HEX #552D3E Barossa

📋 copy color: '#552D3E'

red 85 ◦ green 45 ◦ blue 62

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

Shades of Barossa #552D3E

Tints of Barossa #552D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.44%

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 44.27%
G = 23.44%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#552D3E (or 0x552D3E) is known color: Barossa. HEX triplet: 55, 2D and 3E. RGB value is (85,45,62). Sum of RGB (Red+Green+Blue) = 85+45+62=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D3E is #AAD2C1. Grayscale: #3A3A3A. Windows color (decimal): -11195074 or 4074837. OLE color: 4074837.

HSL color Cylindrical-coordinate representation of color #552D3E: hue angle of 334.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D3E is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 45 62 -
CMYK 0 0.47 0.27 0.67
HSL 334.5º 0.31% 0.25% -
HSV(B) 334.5º 0.47% 0.33% -
XYZ 5.55 4.16 5.07 -
YUV 58.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 85 45 62 0 0.47 0.27 0.67 334.5 0.31 0.25
Hex 55 2D 3E 0 2F 1B 43 14E 1F 19
Octal 125 55 76 0 57 33 103 516 37 31
Binary 1010101 101101 111110 0 101111 11011 1000011 101001110 11111 11001

Color Harmonies of #552D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D3E

Black with #552D3E

Text Example


Text Example

White with #552D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,62); }

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

background-color css

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

 a { background-color: rgb(85,45,62); }

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

border-color css

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

 span { border-color: rgb(85,45,62); }

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