Html Css Color HEX #52331F Brown Bramble

📋 copy color: '#52331F'

red 82 ◦ green 51 ◦ blue 31

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

Shades of Brown Bramble #52331F

Tints of Brown Bramble #52331F

RGB

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

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

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

R = 50%
G = 31.1%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52331F (or 0x52331F) is known color: Brown Bramble. HEX triplet: 52, 33 and 1F. RGB value is (82,51,31). Sum of RGB (Red+Green+Blue) = 82+51+31=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52331F is #ADCCE0. Grayscale: #3A3A3A. Windows color (decimal): -11390177 or 2044754. OLE color: 2044754.

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

Color convert

RGB 82 51 31 -
CMYK 0 0.38 0.62 0.68
HSL 23.53º 0.45% 0.22% -
HSV(B) 23.53º 0.62% 0.32% -
XYZ 4.91 4.26 1.86 -
YUV 57.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 82 51 31 0 0.38 0.62 0.68 23.53 0.45 0.22
Hex 52 33 1F 0 26 3E 44 18 2D 16
Octal 122 63 37 0 46 76 104 30 55 26
Binary 1010010 110011 11111 0 100110 111110 1000100 11000 101101 10110

Color Harmonies of #52331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52331F

Black with #52331F

Text Example


Text Example

White with #52331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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