Html Css Color HEX #553545 Barossa

📋 copy color: '#553545'

red 85 ◦ green 53 ◦ blue 69

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

Shades of Barossa #553545

Tints of Barossa #553545

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 41.06%
G = 25.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#553545 (or 0x553545) is known color: Barossa. HEX triplet: 55, 35 and 45. RGB value is (85,53,69). Sum of RGB (Red+Green+Blue) = 85+53+69=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553545 is #AACABA. Grayscale: #404040. Windows color (decimal): -11193019 or 4535637. OLE color: 4535637.

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

Color convert

RGB 85 53 69 -
CMYK 0 0.38 0.19 0.67
HSL 330º 0.23% 0.27% -
HSV(B) 330º 0.38% 0.33% -
XYZ 6.09 4.91 6.26 -
YUV 64.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 85 53 69 0 0.38 0.19 0.67 330 0.23 0.27
Hex 55 35 45 0 26 13 43 14A 17 1B
Octal 125 65 105 0 46 23 103 512 27 33
Binary 1010101 110101 1000101 0 100110 10011 1000011 101001010 10111 11011

Color Harmonies of #553545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553545

Black with #553545

Text Example


Text Example

White with #553545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553545; }

 p { color: rgb(85,53,69); }

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

background-color css

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

 a { background-color: rgb(85,53,69); }

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

border-color css

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

 span { border-color: rgb(85,53,69); }

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