Html Css Color HEX #52361C Brown Bramble

📋 copy color: '#52361C'

red 82 ◦ green 54 ◦ blue 28

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

Shades of Brown Bramble #52361C

Tints of Brown Bramble #52361C

RGB

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

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

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

R = 50%
G = 32.93%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52361C (or 0x52361C) is known color: Brown Bramble. HEX triplet: 52, 36 and 1C. RGB value is (82,54,28). Sum of RGB (Red+Green+Blue) = 82+54+28=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52361C is #ADC9E3. Grayscale: #3B3B3B. Windows color (decimal): -11389412 or 1848914. OLE color: 1848914.

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

Color convert

RGB 82 54 28 -
CMYK 0 0.34 0.66 0.68
HSL 28.89º 0.49% 0.22% -
HSV(B) 28.89º 0.66% 0.32% -
XYZ 5.01 4.52 1.71 -
YUV 59.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 82 54 28 0 0.34 0.66 0.68 28.89 0.49 0.22
Hex 52 36 1C 0 22 42 44 1D 31 16
Octal 122 66 34 0 42 102 104 35 61 26
Binary 1010010 110110 11100 0 100010 1000010 1000100 11101 110001 10110

Color Harmonies of #52361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52361C

Black with #52361C

Text Example


Text Example

White with #52361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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