Html Css Color HEX #52341B Brown Bramble

📋 copy color: '#52341B'

red 82 ◦ green 52 ◦ blue 27

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

Shades of Brown Bramble #52341B

Tints of Brown Bramble #52341B

RGB

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

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

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

R = 50.93%
G = 32.3%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52341B (or 0x52341B) is known color: Brown Bramble. HEX triplet: 52, 34 and 1B. RGB value is (82,52,27). Sum of RGB (Red+Green+Blue) = 82+52+27=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52341B is #ADCBE4. Grayscale: #3A3A3A. Windows color (decimal): -11389925 or 1782866. OLE color: 1782866.

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

Color convert

RGB 82 52 27 -
CMYK 0 0.37 0.67 0.68
HSL 27.27º 0.5% 0.21% -
HSV(B) 27.27º 0.67% 0.32% -
XYZ 4.91 4.33 1.61 -
YUV 58.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 82 52 27 0 0.37 0.67 0.68 27.27 0.5 0.21
Hex 52 34 1B 0 25 43 44 1B 32 15
Octal 122 64 33 0 45 103 104 33 62 25
Binary 1010010 110100 11011 0 100101 1000011 1000100 11011 110010 10101

Color Harmonies of #52341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52341B

Black with #52341B

Text Example


Text Example

White with #52341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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