Html Css Color HEX #552B3E Barossa

📋 copy color: '#552B3E'

red 85 ◦ green 43 ◦ blue 62

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

Shades of Barossa #552B3E

Tints of Barossa #552B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.63%

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

R = 44.74%
G = 22.63%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#552B3E (or 0x552B3E) is known color: Barossa. HEX triplet: 55, 2B and 3E. RGB value is (85,43,62). Sum of RGB (Red+Green+Blue) = 85+43+62=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3E is #AAD4C1. Grayscale: #393939. Windows color (decimal): -11195586 or 4074325. OLE color: 4074325.

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

Color convert

RGB 85 43 62 -
CMYK 0 0.49 0.27 0.67
HSL 332.86º 0.33% 0.25% -
HSV(B) 332.86º 0.49% 0.33% -
XYZ 5.48 4.01 5.04 -
YUV 57.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 85 43 62 0 0.49 0.27 0.67 332.86 0.33 0.25
Hex 55 2B 3E 0 31 1B 43 14D 21 19
Octal 125 53 76 0 61 33 103 515 41 31
Binary 1010101 101011 111110 0 110001 11011 1000011 101001101 100001 11001

Color Harmonies of #552B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B3E

Black with #552B3E

Text Example


Text Example

White with #552B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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