Html Css Color HEX #52361A Brown Bramble

📋 copy color: '#52361A'

red 82 ◦ green 54 ◦ blue 26

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

Shades of Brown Bramble #52361A

Tints of Brown Bramble #52361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 50.62%
G = 33.33%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52361A (or 0x52361A) is known color: Brown Bramble. HEX triplet: 52, 36 and 1A. RGB value is (82,54,26). Sum of RGB (Red+Green+Blue) = 82+54+26=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52361A is #ADC9E5. Grayscale: #3B3B3B. Windows color (decimal): -11389414 or 1717842. OLE color: 1717842.

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

Color convert

RGB 82 54 26 -
CMYK 0 0.34 0.68 0.68
HSL 30º 0.52% 0.21% -
HSV(B) 30º 0.68% 0.32% -
XYZ 4.99 4.51 1.58 -
YUV 59.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 82 54 26 0 0.34 0.68 0.68 30 0.52 0.21
Hex 52 36 1A 0 22 44 44 1E 34 15
Octal 122 66 32 0 42 104 104 36 64 25
Binary 1010010 110110 11010 0 100010 1000100 1000100 11110 110100 10101

Color Harmonies of #52361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52361A

Black with #52361A

Text Example


Text Example

White with #52361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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