Html Css Color HEX #52341F Brown Bramble

📋 copy color: '#52341F'

red 82 ◦ green 52 ◦ blue 31

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

Shades of Brown Bramble #52341F

Tints of Brown Bramble #52341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 49.7%
G = 31.52%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52341F (or 0x52341F) is known color: Brown Bramble. HEX triplet: 52, 34 and 1F. RGB value is (82,52,31). Sum of RGB (Red+Green+Blue) = 82+52+31=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52341F is #ADCBE0. Grayscale: #3A3A3A. Windows color (decimal): -11389921 or 2045010. OLE color: 2045010.

HSL color Cylindrical-coordinate representation of color #52341F: hue angle of 24.71º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52341F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 31 -
CMYK 0 0.37 0.62 0.68
HSL 24.71º 0.45% 0.22% -
HSV(B) 24.71º 0.62% 0.32% -
XYZ 4.95 4.35 1.87 -
YUV 58.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 82 52 31 0 0.37 0.62 0.68 24.71 0.45 0.22
Hex 52 34 1F 0 25 3E 44 19 2D 16
Octal 122 64 37 0 45 76 104 31 55 26
Binary 1010010 110100 11111 0 100101 111110 1000100 11001 101101 10110

Color Harmonies of #52341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52341F

Black with #52341F

Text Example


Text Example

White with #52341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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