Html Css Color HEX #532E3D Barossa

📋 copy color: '#532E3D'

red 83 ◦ green 46 ◦ blue 61

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

Shades of Barossa #532E3D

Tints of Barossa #532E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.11%

R = 43.68%
G = 24.21%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#532E3D (or 0x532E3D) is known color: Barossa. HEX triplet: 53, 2E and 3D. RGB value is (83,46,61). Sum of RGB (Red+Green+Blue) = 83+46+61=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #532E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E3D is #ACD1C2. Grayscale: #3A3A3A. Windows color (decimal): -11325891 or 4009555. OLE color: 4009555.

HSL color Cylindrical-coordinate representation of color #532E3D: hue angle of 335.68º 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 #532E3D is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 61 -
CMYK 0 0.45 0.27 0.67
HSL 335.68º 0.29% 0.25% -
HSV(B) 335.68º 0.45% 0.33% -
XYZ 5.39 4.13 4.93 -
YUV 58.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 83 46 61 0 0.45 0.27 0.67 335.68 0.29 0.25
Hex 53 2E 3D 0 2D 1B 43 150 1D 19
Octal 123 56 75 0 55 33 103 520 35 31
Binary 1010011 101110 111101 0 101101 11011 1000011 101010000 11101 11001

Color Harmonies of #532E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E3D

Black with #532E3D

Text Example


Text Example

White with #532E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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