Html Css Color HEX #51371F Brown Bramble

📋 copy color: '#51371F'

red 81 ◦ green 55 ◦ blue 31

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

Shades of Brown Bramble #51371F

Tints of Brown Bramble #51371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 48.5%
G = 32.93%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51371F (or 0x51371F) is known color: Brown Bramble. HEX triplet: 51, 37 and 1F. RGB value is (81,55,31). Sum of RGB (Red+Green+Blue) = 81+55+31=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51371F is #AEC8E0. Grayscale: #3C3C3C. Windows color (decimal): -11454689 or 2045777. OLE color: 2045777.

HSL color Cylindrical-coordinate representation of color #51371F: hue angle of 28.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51371F is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 55 31 -
CMYK 0 0.32 0.62 0.68
HSL 28.8º 0.45% 0.22% -
HSV(B) 28.8º 0.62% 0.32% -
XYZ 5.01 4.58 1.92 -
YUV 60.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 81 55 31 0 0.32 0.62 0.68 28.8 0.45 0.22
Hex 51 37 1F 0 20 3E 44 1D 2D 16
Octal 121 67 37 0 40 76 104 35 55 26
Binary 1010001 110111 11111 0 100000 111110 1000100 11101 101101 10110

Color Harmonies of #51371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51371F

Black with #51371F

Text Example


Text Example

White with #51371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51371F; }

 p { color: rgb(81,55,31); }

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

background-color css

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

 a { background-color: rgb(81,55,31); }

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

border-color css

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

 span { border-color: rgb(81,55,31); }

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