Html Css Color HEX #51321D Brown Bramble

📋 copy color: '#51321D'

red 81 ◦ green 50 ◦ blue 29

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

Shades of Brown Bramble #51321D

Tints of Brown Bramble #51321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 50.63%
G = 31.25%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51321D (or 0x51321D) is known color: Brown Bramble. HEX triplet: 51, 32 and 1D. RGB value is (81,50,29). Sum of RGB (Red+Green+Blue) = 81+50+29=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51321D is #AECDE2. Grayscale: #383838. Windows color (decimal): -11455971 or 1913425. OLE color: 1913425.

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

Color convert

RGB 81 50 29 -
CMYK 0 0.38 0.64 0.68
HSL 24.23º 0.47% 0.22% -
HSV(B) 24.23º 0.64% 0.32% -
XYZ 4.76 4.12 1.71 -
YUV 56.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 81 50 29 0 0.38 0.64 0.68 24.23 0.47 0.22
Hex 51 32 1D 0 26 40 44 18 2F 16
Octal 121 62 35 0 46 100 104 30 57 26
Binary 1010001 110010 11101 0 100110 1000000 1000100 11000 101111 10110

Color Harmonies of #51321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51321D

Black with #51321D

Text Example


Text Example

White with #51321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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