Html Css Color HEX #532E3E Barossa

📋 copy color: '#532E3E'

red 83 ◦ green 46 ◦ blue 62

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

Shades of Barossa #532E3E

Tints of Barossa #532E3E

RGB

 RED value IS 83 (32.81% from 255) = 43.46%

 GREEN value IS 46 (18.36% from 255) = 24.08%

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

R = 43.46%
G = 24.08%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#532E3E (or 0x532E3E) is known color: Barossa. HEX triplet: 53, 2E and 3E. RGB value is (83,46,62). Sum of RGB (Red+Green+Blue) = 83+46+62=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E3E is #ACD1C1. Grayscale: #3A3A3A. Windows color (decimal): -11325890 or 4075091. OLE color: 4075091.

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

Color convert

RGB 83 46 62 -
CMYK 0 0.45 0.25 0.67
HSL 334.05º 0.29% 0.25% -
HSV(B) 334.05º 0.45% 0.33% -
XYZ 5.41 4.14 5.07 -
YUV 58.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 83 46 62 0 0.45 0.25 0.67 334.05 0.29 0.25
Hex 53 2E 3E 0 2D 19 43 14E 1D 19
Octal 123 56 76 0 55 31 103 516 35 31
Binary 1010011 101110 111110 0 101101 11001 1000011 101001110 11101 11001

Color Harmonies of #532E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E3E

Black with #532E3E

Text Example


Text Example

White with #532E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532E3E; }

 p { color: rgb(83,46,62); }

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

background-color css

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

 a { background-color: rgb(83,46,62); }

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

border-color css

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

 span { border-color: rgb(83,46,62); }

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