Html Css Color HEX #51361B Brown Bramble

📋 copy color: '#51361B'

red 81 ◦ green 54 ◦ blue 27

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

Shades of Brown Bramble #51361B

Tints of Brown Bramble #51361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.33%

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51361B (or 0x51361B) is known color: Brown Bramble. HEX triplet: 51, 36 and 1B. RGB value is (81,54,27). Sum of RGB (Red+Green+Blue) = 81+54+27=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51361B is #AEC9E4. Grayscale: #3B3B3B. Windows color (decimal): -11454949 or 1783377. OLE color: 1783377.

HSL color Cylindrical-coordinate representation of color #51361B: hue angle of 30º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51361B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 54 27 -
CMYK 0 0.33 0.67 0.68
HSL 30º 0.5% 0.21% -
HSV(B) 30º 0.67% 0.32% -
XYZ 4.91 4.47 1.64 -
YUV 59 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 81 54 27 0 0.33 0.67 0.68 30 0.5 0.21
Hex 51 36 1B 0 21 43 44 1E 32 15
Octal 121 66 33 0 41 103 104 36 62 25
Binary 1010001 110110 11011 0 100001 1000011 1000100 11110 110010 10101

Color Harmonies of #51361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51361B

Black with #51361B

Text Example


Text Example

White with #51361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51361B; }

 p { color: rgb(81,54,27); }

 H1.HeaderClassName
 {
   color: #51361B;
 }
 .AnyTagClassName
 {
   color: #51361B;
 }
</style>

background-color css

<style>
 a { background-color: #51361B; }

 a { background-color: rgb(81,54,27); }

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

border-color css

<style>
 span { border-color: #51361B; }

 span { border-color: rgb(81,54,27); }

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