Html Css Color HEX #52311B Brown Bramble

📋 copy color: '#52311B'

red 82 ◦ green 49 ◦ blue 27

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

Shades of Brown Bramble #52311B

Tints of Brown Bramble #52311B

RGB

 RED value IS 82 (32.42% from 255) = 51.9%

 GREEN value IS 49 (19.53% from 255) = 31.01%

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

R = 51.9%
G = 31.01%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52311B (or 0x52311B) is known color: Brown Bramble. HEX triplet: 52, 31 and 1B. RGB value is (82,49,27). Sum of RGB (Red+Green+Blue) = 82+49+27=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52311B is #ADCEE4. Grayscale: #383838. Windows color (decimal): -11390693 or 1782098. OLE color: 1782098.

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

Color convert

RGB 82 49 27 -
CMYK 0 0.40 0.67 0.68
HSL 24º 0.5% 0.21% -
HSV(B) 24º 0.67% 0.32% -
XYZ 4.78 4.07 1.57 -
YUV 56.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 82 49 27 0 0.40 0.67 0.68 24 0.5 0.21
Hex 52 31 1B 0 28 43 44 18 32 15
Octal 122 61 33 0 50 103 104 30 62 25
Binary 1010010 110001 11011 0 101000 1000011 1000100 11000 110010 10101

Color Harmonies of #52311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52311B

Black with #52311B

Text Example


Text Example

White with #52311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,49,27); }

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

background-color css

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

 a { background-color: rgb(82,49,27); }

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

border-color css

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

 span { border-color: rgb(82,49,27); }

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