Html Css Color HEX #52331C Brown Bramble

📋 copy color: '#52331C'

red 82 ◦ green 51 ◦ blue 28

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

Shades of Brown Bramble #52331C

Tints of Brown Bramble #52331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 50.93%
G = 31.68%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52331C (or 0x52331C) is known color: Brown Bramble. HEX triplet: 52, 33 and 1C. RGB value is (82,51,28). Sum of RGB (Red+Green+Blue) = 82+51+28=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52331C is #ADCCE3. Grayscale: #393939. Windows color (decimal): -11390180 or 1848146. OLE color: 1848146.

HSL color Cylindrical-coordinate representation of color #52331C: hue angle of 25.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52331C is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 51 28 -
CMYK 0 0.38 0.66 0.68
HSL 25.56º 0.49% 0.22% -
HSV(B) 25.56º 0.66% 0.32% -
XYZ 4.87 4.25 1.66 -
YUV 57.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 82 51 28 0 0.38 0.66 0.68 25.56 0.49 0.22
Hex 52 33 1C 0 26 42 44 1A 31 16
Octal 122 63 34 0 46 102 104 32 61 26
Binary 1010010 110011 11100 0 100110 1000010 1000100 11010 110001 10110

Color Harmonies of #52331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52331C

Black with #52331C

Text Example


Text Example

White with #52331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52331C; }

 p { color: rgb(82,51,28); }

 H1.HeaderClassName
 {
   color: #52331C;
 }
 .AnyTagClassName
 {
   color: #52331C;
 }
</style>

background-color css

<style>
 a { background-color: #52331C; }

 a { background-color: rgb(82,51,28); }

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

border-color css

<style>
 span { border-color: #52331C; }

 span { border-color: rgb(82,51,28); }

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