Html Css Color HEX #51341C Brown Bramble

📋 copy color: '#51341C'

red 81 ◦ green 52 ◦ blue 28

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

Shades of Brown Bramble #51341C

Tints of Brown Bramble #51341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 50.31%
G = 32.3%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51341C (or 0x51341C) is known color: Brown Bramble. HEX triplet: 51, 34 and 1C. RGB value is (81,52,28). Sum of RGB (Red+Green+Blue) = 81+52+28=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51341C is #AECBE3. Grayscale: #3A3A3A. Windows color (decimal): -11455460 or 1848401. OLE color: 1848401.

HSL color Cylindrical-coordinate representation of color #51341C: hue angle of 27.17º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51341C is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 28 -
CMYK 0 0.36 0.65 0.68
HSL 27.17º 0.49% 0.21% -
HSV(B) 27.17º 0.65% 0.32% -
XYZ 4.83 4.29 1.67 -
YUV 57.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 81 52 28 0 0.36 0.65 0.68 27.17 0.49 0.21
Hex 51 34 1C 0 24 41 44 1B 31 15
Octal 121 64 34 0 44 101 104 33 61 25
Binary 1010001 110100 11100 0 100100 1000001 1000100 11011 110001 10101

Color Harmonies of #51341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51341C

Black with #51341C

Text Example


Text Example

White with #51341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51341C; }

 p { color: rgb(81,52,28); }

 H1.HeaderClassName
 {
   color: #51341C;
 }
 .AnyTagClassName
 {
   color: #51341C;
 }
</style>

background-color css

<style>
 a { background-color: #51341C; }

 a { background-color: rgb(81,52,28); }

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

border-color css

<style>
 span { border-color: #51341C; }

 span { border-color: rgb(81,52,28); }

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