Html Css Color HEX #52331B Brown Bramble

📋 copy color: '#52331B'

red 82 ◦ green 51 ◦ blue 27

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

Shades of Brown Bramble #52331B

Tints of Brown Bramble #52331B

RGB

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

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

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

R = 51.25%
G = 31.88%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52331B (or 0x52331B) is known color: Brown Bramble. HEX triplet: 52, 33 and 1B. RGB value is (82,51,27). Sum of RGB (Red+Green+Blue) = 82+51+27=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52331B is #ADCCE4. Grayscale: #393939. Windows color (decimal): -11390181 or 1782610. OLE color: 1782610.

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

Color convert

RGB 82 51 27 -
CMYK 0 0.38 0.67 0.68
HSL 26.18º 0.5% 0.21% -
HSV(B) 26.18º 0.67% 0.32% -
XYZ 4.86 4.24 1.6 -
YUV 57.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 82 51 27 0 0.38 0.67 0.68 26.18 0.5 0.21
Hex 52 33 1B 0 26 43 44 1A 32 15
Octal 122 63 33 0 46 103 104 32 62 25
Binary 1010010 110011 11011 0 100110 1000011 1000100 11010 110010 10101

Color Harmonies of #52331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52331B

Black with #52331B

Text Example


Text Example

White with #52331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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