Html Css Color HEX #52321F Brown Bramble

📋 copy color: '#52321F'

red 82 ◦ green 50 ◦ blue 31

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

Shades of Brown Bramble #52321F

Tints of Brown Bramble #52321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 50.31%
G = 30.67%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52321F (or 0x52321F) is known color: Brown Bramble. HEX triplet: 52, 32 and 1F. RGB value is (82,50,31). Sum of RGB (Red+Green+Blue) = 82+50+31=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52321F is #ADCDE0. Grayscale: #393939. Windows color (decimal): -11390433 or 2044498. OLE color: 2044498.

HSL color Cylindrical-coordinate representation of color #52321F: hue angle of 22.35º 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 #52321F is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 31 -
CMYK 0 0.39 0.62 0.68
HSL 22.35º 0.45% 0.22% -
HSV(B) 22.35º 0.62% 0.32% -
XYZ 4.87 4.17 1.85 -
YUV 57.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 82 50 31 0 0.39 0.62 0.68 22.35 0.45 0.22
Hex 52 32 1F 0 27 3E 44 16 2D 16
Octal 122 62 37 0 47 76 104 26 55 26
Binary 1010010 110010 11111 0 100111 111110 1000100 10110 101101 10110

Color Harmonies of #52321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52321F

Black with #52321F

Text Example


Text Example

White with #52321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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