Html Css Color HEX #513820 Brown Bramble

📋 copy color: '#513820'

red 81 ◦ green 56 ◦ blue 32

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

Shades of Brown Bramble #513820

Tints of Brown Bramble #513820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 47.93%
G = 33.14%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#513820 (or 0x513820) is known color: Brown Bramble. HEX triplet: 51, 38 and 20. RGB value is (81,56,32). Sum of RGB (Red+Green+Blue) = 81+56+32=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513820 is #AEC7DF. Grayscale: #3C3C3C. Windows color (decimal): -11454432 or 2111569. OLE color: 2111569.

HSL color Cylindrical-coordinate representation of color #513820: hue angle of 29.39º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513820 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 32 -
CMYK 0 0.31 0.60 0.68
HSL 29.39º 0.43% 0.22% -
HSV(B) 29.39º 0.6% 0.32% -
XYZ 5.07 4.68 2 -
YUV 60.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 81 56 32 0 0.31 0.60 0.68 29.39 0.43 0.22
Hex 51 38 20 0 1F 3C 44 1D 2B 16
Octal 121 70 40 0 37 74 104 35 53 26
Binary 1010001 111000 100000 0 11111 111100 1000100 11101 101011 10110

Color Harmonies of #513820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513820

Black with #513820

Text Example


Text Example

White with #513820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513820; }

 p { color: rgb(81,56,32); }

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

background-color css

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

 a { background-color: rgb(81,56,32); }

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

border-color css

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

 span { border-color: rgb(81,56,32); }

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