Html Css Color HEX #51381D Brown Bramble

📋 copy color: '#51381D'

red 81 ◦ green 56 ◦ blue 29

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

Shades of Brown Bramble #51381D

Tints of Brown Bramble #51381D

RGB

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

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

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

R = 48.8%
G = 33.73%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#51381D (or 0x51381D) is known color: Brown Bramble. HEX triplet: 51, 38 and 1D. RGB value is (81,56,29). Sum of RGB (Red+Green+Blue) = 81+56+29=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51381D is #AEC7E2. Grayscale: #3C3C3C. Windows color (decimal): -11454435 or 1914961. OLE color: 1914961.

HSL color Cylindrical-coordinate representation of color #51381D: hue angle of 31.15º 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 #51381D is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 56 29 -
CMYK 0 0.31 0.64 0.68
HSL 31.15º 0.47% 0.22% -
HSV(B) 31.15º 0.64% 0.32% -
XYZ 5.03 4.67 1.8 -
YUV 60.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 81 56 29 0 0.31 0.64 0.68 31.15 0.47 0.22
Hex 51 38 1D 0 1F 40 44 1F 2F 16
Octal 121 70 35 0 37 100 104 37 57 26
Binary 1010001 111000 11101 0 11111 1000000 1000100 11111 101111 10110

Color Harmonies of #51381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51381D

Black with #51381D

Text Example


Text Example

White with #51381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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