Html Css Color HEX #52311D Brown Bramble

📋 copy color: '#52311D'

red 82 ◦ green 49 ◦ blue 29

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

Shades of Brown Bramble #52311D

Tints of Brown Bramble #52311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 51.25%
G = 30.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52311D (or 0x52311D) is known color: Brown Bramble. HEX triplet: 52, 31 and 1D. RGB value is (82,49,29). Sum of RGB (Red+Green+Blue) = 82+49+29=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52311D is #ADCEE2. Grayscale: #383838. Windows color (decimal): -11390691 or 1913170. OLE color: 1913170.

HSL color Cylindrical-coordinate representation of color #52311D: hue angle of 22.64º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52311D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 29 -
CMYK 0 0.40 0.65 0.68
HSL 22.64º 0.48% 0.22% -
HSV(B) 22.64º 0.65% 0.32% -
XYZ 4.8 4.08 1.7 -
YUV 56.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 82 49 29 0 0.40 0.65 0.68 22.64 0.48 0.22
Hex 52 31 1D 0 28 41 44 17 30 16
Octal 122 61 35 0 50 101 104 27 60 26
Binary 1010010 110001 11101 0 101000 1000001 1000100 10111 110000 10110

Color Harmonies of #52311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52311D

Black with #52311D

Text Example


Text Example

White with #52311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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