Html Css Color HEX #52341A Brown Bramble

📋 copy color: '#52341A'

red 82 ◦ green 52 ◦ blue 26

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

Shades of Brown Bramble #52341A

Tints of Brown Bramble #52341A

RGB

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

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

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

R = 51.25%
G = 32.5%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52341A (or 0x52341A) is known color: Brown Bramble. HEX triplet: 52, 34 and 1A. RGB value is (82,52,26). Sum of RGB (Red+Green+Blue) = 82+52+26=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52341A is #ADCBE5. Grayscale: #3A3A3A. Windows color (decimal): -11389926 or 1717330. OLE color: 1717330.

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

Color convert

RGB 82 52 26 -
CMYK 0 0.37 0.68 0.68
HSL 27.86º 0.52% 0.21% -
HSV(B) 27.86º 0.68% 0.32% -
XYZ 4.89 4.32 1.55 -
YUV 58.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 82 52 26 0 0.37 0.68 0.68 27.86 0.52 0.21
Hex 52 34 1A 0 25 44 44 1C 34 15
Octal 122 64 32 0 45 104 104 34 64 25
Binary 1010010 110100 11010 0 100101 1000100 1000100 11100 110100 10101

Color Harmonies of #52341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52341A

Black with #52341A

Text Example


Text Example

White with #52341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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