Html Css Color HEX #51381E Brown Bramble

📋 copy color: '#51381E'

red 81 ◦ green 56 ◦ blue 30

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

Shades of Brown Bramble #51381E

Tints of Brown Bramble #51381E

RGB

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

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

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

R = 48.5%
G = 33.53%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51381E (or 0x51381E) is known color: Brown Bramble. HEX triplet: 51, 38 and 1E. RGB value is (81,56,30). Sum of RGB (Red+Green+Blue) = 81+56+30=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51381E is #AEC7E1. Grayscale: #3C3C3C. Windows color (decimal): -11454434 or 1980497. OLE color: 1980497.

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

Color convert

RGB 81 56 30 -
CMYK 0 0.31 0.63 0.68
HSL 30.59º 0.46% 0.22% -
HSV(B) 30.59º 0.63% 0.32% -
XYZ 5.04 4.67 1.86 -
YUV 60.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 81 56 30 0 0.31 0.63 0.68 30.59 0.46 0.22
Hex 51 38 1E 0 1F 3F 44 1F 2E 16
Octal 121 70 36 0 37 77 104 37 56 26
Binary 1010001 111000 11110 0 11111 111111 1000100 11111 101110 10110

Color Harmonies of #51381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51381E

Black with #51381E

Text Example


Text Example

White with #51381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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