Html Css Color HEX #51301B Brown Bramble

📋 copy color: '#51301B'

red 81 ◦ green 48 ◦ blue 27

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

Shades of Brown Bramble #51301B

Tints of Brown Bramble #51301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.77%

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

R = 51.92%
G = 30.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#51301B (or 0x51301B) is known color: Brown Bramble. HEX triplet: 51, 30 and 1B. RGB value is (81,48,27). Sum of RGB (Red+Green+Blue) = 81+48+27=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51301B is #AECFE4. Grayscale: #373737. Windows color (decimal): -11456485 or 1781841. OLE color: 1781841.

HSL color Cylindrical-coordinate representation of color #51301B: hue angle of 23.33º 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 #51301B is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 27 -
CMYK 0 0.41 0.67 0.68
HSL 23.33º 0.5% 0.21% -
HSV(B) 23.33º 0.67% 0.32% -
XYZ 4.65 3.94 1.55 -
YUV 55.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 81 48 27 0 0.41 0.67 0.68 23.33 0.5 0.21
Hex 51 30 1B 0 29 43 44 17 32 15
Octal 121 60 33 0 51 103 104 27 62 25
Binary 1010001 110000 11011 0 101001 1000011 1000100 10111 110010 10101

Color Harmonies of #51301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51301B

Black with #51301B

Text Example


Text Example

White with #51301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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