Html Css Color HEX #513643 Barossa

📋 copy color: '#513643'

red 81 ◦ green 54 ◦ blue 67

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

Shades of Barossa #513643

Tints of Barossa #513643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.17%

R = 40.1%
G = 26.73%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#513643 (or 0x513643) is known color: Barossa. HEX triplet: 51, 36 and 43. RGB value is (81,54,67). Sum of RGB (Red+Green+Blue) = 81+54+67=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513643 is #AEC9BC. Grayscale: #3F3F3F. Windows color (decimal): -11454909 or 4404817. OLE color: 4404817.

HSL color Cylindrical-coordinate representation of color #513643: hue angle of 331.11º 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 #513643 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 67 -
CMYK 0 0.33 0.17 0.68
HSL 331.11º 0.2% 0.26% -
HSV(B) 331.11º 0.33% 0.32% -
XYZ 5.73 4.79 5.93 -
YUV 63.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 81 54 67 0 0.33 0.17 0.68 331.11 0.2 0.26
Hex 51 36 43 0 21 11 44 14B 14 1A
Octal 121 66 103 0 41 21 104 513 24 32
Binary 1010001 110110 1000011 0 100001 10001 1000100 101001011 10100 11010

Color Harmonies of #513643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513643

Black with #513643

Text Example


Text Example

White with #513643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513643; }

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

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

background-color css

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

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

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

border-color css

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

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

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