Html Css Color HEX #513642 Barossa

📋 copy color: '#513642'

red 81 ◦ green 54 ◦ blue 66

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

Shades of Barossa #513642

Tints of Barossa #513642

RGB

 RED value IS 81 (32.03% from 255) = 40.3%

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

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

R = 40.3%
G = 26.87%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#513642 (or 0x513642) is known color: Barossa. HEX triplet: 51, 36 and 42. RGB value is (81,54,66). Sum of RGB (Red+Green+Blue) = 81+54+66=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513642 is #AEC9BD. Grayscale: #3F3F3F. Windows color (decimal): -11454910 or 4339281. OLE color: 4339281.

HSL color Cylindrical-coordinate representation of color #513642: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513642 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 66 -
CMYK 0 0.33 0.19 0.68
HSL 333.33º 0.2% 0.26% -
HSV(B) 333.33º 0.33% 0.32% -
XYZ 5.7 4.78 5.78 -
YUV 63.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 81 54 66 0 0.33 0.19 0.68 333.33 0.2 0.26
Hex 51 36 42 0 21 13 44 14D 14 1A
Octal 121 66 102 0 41 23 104 515 24 32
Binary 1010001 110110 1000010 0 100001 10011 1000100 101001101 10100 11010

Color Harmonies of #513642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513642

Black with #513642

Text Example


Text Example

White with #513642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513642; }

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

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

background-color css

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

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

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

border-color css

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

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

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