Html Css Color HEX #51301A Brown Bramble

📋 copy color: '#51301A'

red 81 ◦ green 48 ◦ blue 26

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

Shades of Brown Bramble #51301A

Tints of Brown Bramble #51301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 52.26%
G = 30.97%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51301A (or 0x51301A) is known color: Brown Bramble. HEX triplet: 51, 30 and 1A. RGB value is (81,48,26). Sum of RGB (Red+Green+Blue) = 81+48+26=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #51301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51301A is #AECFE5. Grayscale: #373737. Windows color (decimal): -11456486 or 1716305. OLE color: 1716305.

HSL color Cylindrical-coordinate representation of color #51301A: hue angle of 24º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51301A is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 26 -
CMYK 0 0.41 0.68 0.68
HSL 24º 0.51% 0.21% -
HSV(B) 24º 0.68% 0.32% -
XYZ 4.64 3.94 1.49 -
YUV 55.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 81 48 26 0 0.41 0.68 0.68 24 0.51 0.21
Hex 51 30 1A 0 29 44 44 18 33 15
Octal 121 60 32 0 51 104 104 30 63 25
Binary 1010001 110000 11010 0 101001 1000100 1000100 11000 110011 10101

Color Harmonies of #51301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51301A

Black with #51301A

Text Example


Text Example

White with #51301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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