Html Css Color HEX #51321E Brown Bramble

📋 copy color: '#51321E'

red 81 ◦ green 50 ◦ blue 30

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

Shades of Brown Bramble #51321E

Tints of Brown Bramble #51321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 50.31%
G = 31.06%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51321E (or 0x51321E) is known color: Brown Bramble. HEX triplet: 51, 32 and 1E. RGB value is (81,50,30). Sum of RGB (Red+Green+Blue) = 81+50+30=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51321E is #AECDE1. Grayscale: #393939. Windows color (decimal): -11455970 or 1978961. OLE color: 1978961.

HSL color Cylindrical-coordinate representation of color #51321E: hue angle of 23.53º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51321E is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 30 -
CMYK 0 0.38 0.63 0.68
HSL 23.53º 0.46% 0.22% -
HSV(B) 23.53º 0.63% 0.32% -
XYZ 4.77 4.12 1.77 -
YUV 56.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 81 50 30 0 0.38 0.63 0.68 23.53 0.46 0.22
Hex 51 32 1E 0 26 3F 44 18 2E 16
Octal 121 62 36 0 46 77 104 30 56 26
Binary 1010001 110010 11110 0 100110 111111 1000100 11000 101110 10110

Color Harmonies of #51321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51321E

Black with #51321E

Text Example


Text Example

White with #51321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51321E; }

 p { color: rgb(81,50,30); }

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

background-color css

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

 a { background-color: rgb(81,50,30); }

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

border-color css

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

 span { border-color: rgb(81,50,30); }

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