Html Css Color HEX #52361D Brown Bramble

📋 copy color: '#52361D'

red 82 ◦ green 54 ◦ blue 29

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

Shades of Brown Bramble #52361D

Tints of Brown Bramble #52361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 49.7%
G = 32.73%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52361D (or 0x52361D) is known color: Brown Bramble. HEX triplet: 52, 36 and 1D. RGB value is (82,54,29). Sum of RGB (Red+Green+Blue) = 82+54+29=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52361D is #ADC9E2. Grayscale: #3B3B3B. Windows color (decimal): -11389411 or 1914450. OLE color: 1914450.

HSL color Cylindrical-coordinate representation of color #52361D: hue angle of 28.3º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52361D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 54 29 -
CMYK 0 0.34 0.65 0.68
HSL 28.3º 0.48% 0.22% -
HSV(B) 28.3º 0.65% 0.32% -
XYZ 5.02 4.52 1.77 -
YUV 59.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 82 54 29 0 0.34 0.65 0.68 28.3 0.48 0.22
Hex 52 36 1D 0 22 41 44 1C 30 16
Octal 122 66 35 0 42 101 104 34 60 26
Binary 1010010 110110 11101 0 100010 1000001 1000100 11100 110000 10110

Color Harmonies of #52361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52361D

Black with #52361D

Text Example


Text Example

White with #52361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52361D; }

 p { color: rgb(82,54,29); }

 H1.HeaderClassName
 {
   color: #52361D;
 }
 .AnyTagClassName
 {
   color: #52361D;
 }
</style>

background-color css

<style>
 a { background-color: #52361D; }

 a { background-color: rgb(82,54,29); }

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

border-color css

<style>
 span { border-color: #52361D; }

 span { border-color: rgb(82,54,29); }

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