Html Css Color HEX #533642 Barossa

📋 copy color: '#533642'

red 83 ◦ green 54 ◦ blue 66

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

Shades of Barossa #533642

Tints of Barossa #533642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.6%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 40.89%
G = 26.6%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#533642 (or 0x533642) is known color: Barossa. HEX triplet: 53, 36 and 42. RGB value is (83,54,66). Sum of RGB (Red+Green+Blue) = 83+54+66=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533642 is #ACC9BD. Grayscale: #404040. Windows color (decimal): -11323838 or 4339283. OLE color: 4339283.

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

Color convert

RGB 83 54 66 -
CMYK 0 0.35 0.20 0.67
HSL 335.17º 0.21% 0.27% -
HSV(B) 335.17º 0.35% 0.33% -
XYZ 5.87 4.87 5.79 -
YUV 64.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 83 54 66 0 0.35 0.20 0.67 335.17 0.21 0.27
Hex 53 36 42 0 23 14 43 14F 15 1B
Octal 123 66 102 0 43 24 103 517 25 33
Binary 1010011 110110 1000010 0 100011 10100 1000011 101001111 10101 11011

Color Harmonies of #533642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533642

Black with #533642

Text Example


Text Example

White with #533642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533642; }

 p { color: rgb(83,54,66); }

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

background-color css

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

 a { background-color: rgb(83,54,66); }

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

border-color css

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

 span { border-color: rgb(83,54,66); }

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