Html Css Color HEX #52311A Brown Bramble

📋 copy color: '#52311A'

red 82 ◦ green 49 ◦ blue 26

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

Shades of Brown Bramble #52311A

Tints of Brown Bramble #52311A

RGB

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

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

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

R = 52.23%
G = 31.21%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52311A (or 0x52311A) is known color: Brown Bramble. HEX triplet: 52, 31 and 1A. RGB value is (82,49,26). Sum of RGB (Red+Green+Blue) = 82+49+26=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #52311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52311A is #ADCEE5. Grayscale: #383838. Windows color (decimal): -11390694 or 1716562. OLE color: 1716562.

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

Color convert

RGB 82 49 26 -
CMYK 0 0.40 0.68 0.68
HSL 24.64º 0.52% 0.21% -
HSV(B) 24.64º 0.68% 0.32% -
XYZ 4.76 4.07 1.51 -
YUV 56.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 82 49 26 0 0.40 0.68 0.68 24.64 0.52 0.21
Hex 52 31 1A 0 28 44 44 19 34 15
Octal 122 61 32 0 50 104 104 31 64 25
Binary 1010010 110001 11010 0 101000 1000100 1000100 11001 110100 10101

Color Harmonies of #52311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52311A

Black with #52311A

Text Example


Text Example

White with #52311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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