Html Css Color HEX #52321B Brown Bramble

📋 copy color: '#52321B'

red 82 ◦ green 50 ◦ blue 27

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

Shades of Brown Bramble #52321B

Tints of Brown Bramble #52321B

RGB

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

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

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

R = 51.57%
G = 31.45%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52321B (or 0x52321B) is known color: Brown Bramble. HEX triplet: 52, 32 and 1B. RGB value is (82,50,27). Sum of RGB (Red+Green+Blue) = 82+50+27=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52321B is #ADCDE4. Grayscale: #393939. Windows color (decimal): -11390437 or 1782354. OLE color: 1782354.

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

Color convert

RGB 82 50 27 -
CMYK 0 0.39 0.67 0.68
HSL 25.09º 0.5% 0.21% -
HSV(B) 25.09º 0.67% 0.32% -
XYZ 4.82 4.15 1.58 -
YUV 56.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 82 50 27 0 0.39 0.67 0.68 25.09 0.5 0.21
Hex 52 32 1B 0 27 43 44 19 32 15
Octal 122 62 33 0 47 103 104 31 62 25
Binary 1010010 110010 11011 0 100111 1000011 1000100 11001 110010 10101

Color Harmonies of #52321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52321B

Black with #52321B

Text Example


Text Example

White with #52321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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