Html Css Color HEX #52391A Brown Bramble

📋 copy color: '#52391A'

red 82 ◦ green 57 ◦ blue 26

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

Shades of Brown Bramble #52391A

Tints of Brown Bramble #52391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.55%

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

R = 49.7%
G = 34.55%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52391A (or 0x52391A) is known color: Brown Bramble. HEX triplet: 52, 39 and 1A. RGB value is (82,57,26). Sum of RGB (Red+Green+Blue) = 82+57+26=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52391A is #ADC6E5. Grayscale: #3D3D3D. Windows color (decimal): -11388646 or 1718610. OLE color: 1718610.

HSL color Cylindrical-coordinate representation of color #52391A: hue angle of 33.21º 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 #52391A is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 26 -
CMYK 0 0.30 0.68 0.68
HSL 33.21º 0.52% 0.21% -
HSV(B) 33.21º 0.68% 0.32% -
XYZ 5.13 4.79 1.63 -
YUV 60.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 82 57 26 0 0.30 0.68 0.68 33.21 0.52 0.21
Hex 52 39 1A 0 1E 44 44 21 34 15
Octal 122 71 32 0 36 104 104 41 64 25
Binary 1010010 111001 11010 0 11110 1000100 1000100 100001 110100 10101

Color Harmonies of #52391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52391A

Black with #52391A

Text Example


Text Example

White with #52391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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