Html Css Color HEX #52371C Brown Bramble

📋 copy color: '#52371C'

red 82 ◦ green 55 ◦ blue 28

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

Shades of Brown Bramble #52371C

Tints of Brown Bramble #52371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

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

R = 49.7%
G = 33.33%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52371C (or 0x52371C) is known color: Brown Bramble. HEX triplet: 52, 37 and 1C. RGB value is (82,55,28). Sum of RGB (Red+Green+Blue) = 82+55+28=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52371C is #ADC8E3. Grayscale: #3C3C3C. Windows color (decimal): -11389156 or 1849170. OLE color: 1849170.

HSL color Cylindrical-coordinate representation of color #52371C: hue angle of 30º 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 #52371C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 28 -
CMYK 0 0.33 0.66 0.68
HSL 30º 0.49% 0.22% -
HSV(B) 30º 0.66% 0.32% -
XYZ 5.06 4.61 1.72 -
YUV 60 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 82 55 28 0 0.33 0.66 0.68 30 0.49 0.22
Hex 52 37 1C 0 21 42 44 1E 31 16
Octal 122 67 34 0 41 102 104 36 61 26
Binary 1010010 110111 11100 0 100001 1000010 1000100 11110 110001 10110

Color Harmonies of #52371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52371C

Black with #52371C

Text Example


Text Example

White with #52371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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