Html Css Color HEX #513318 Brown Bramble

📋 copy color: '#513318'

red 81 ◦ green 51 ◦ blue 24

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

Shades of Brown Bramble #513318

Tints of Brown Bramble #513318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

 BLUE value IS 24 (9.77% from 255) = 15.38%

R = 51.92%
G = 32.69%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#513318 (or 0x513318) is known color: Brown Bramble. HEX triplet: 51, 33 and 18. RGB value is (81,51,24). Sum of RGB (Red+Green+Blue) = 81+51+24=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513318 is #AECCE7. Grayscale: #393939. Windows color (decimal): -11455720 or 1586001. OLE color: 1586001.

HSL color Cylindrical-coordinate representation of color #513318: hue angle of 28.42º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513318 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 24 -
CMYK 0 0.37 0.70 0.68
HSL 28.42º 0.54% 0.21% -
HSV(B) 28.42º 0.7% 0.32% -
XYZ 4.74 4.18 1.42 -
YUV 56.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 81 51 24 0 0.37 0.70 0.68 28.42 0.54 0.21
Hex 51 33 18 0 25 46 44 1C 36 15
Octal 121 63 30 0 45 106 104 34 66 25
Binary 1010001 110011 11000 0 100101 1000110 1000100 11100 110110 10101

Color Harmonies of #513318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513318

Black with #513318

Text Example


Text Example

White with #513318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513318; }

 p { color: rgb(81,51,24); }

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

background-color css

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

 a { background-color: rgb(81,51,24); }

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

border-color css

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

 span { border-color: rgb(81,51,24); }

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