Html Css Color HEX #522F19 Brown Bramble

📋 copy color: '#522F19'

red 82 ◦ green 47 ◦ blue 25

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

Shades of Brown Bramble #522F19

Tints of Brown Bramble #522F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.52%

 BLUE value IS 25 (10.16% from 255) = 16.23%

R = 53.25%
G = 30.52%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#522F19 (or 0x522F19) is known color: Brown Bramble. HEX triplet: 52, 2F and 19. RGB value is (82,47,25). Sum of RGB (Red+Green+Blue) = 82+47+25=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #522F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F19 is #ADD0E6. Grayscale: #373737. Windows color (decimal): -11391207 or 1650514. OLE color: 1650514.

HSL color Cylindrical-coordinate representation of color #522F19: hue angle of 23.16º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522F19 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 47 25 -
CMYK 0 0.43 0.70 0.68
HSL 23.16º 0.53% 0.21% -
HSV(B) 23.16º 0.7% 0.32% -
XYZ 4.67 3.9 1.43 -
YUV 54.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 82 47 25 0 0.43 0.70 0.68 23.16 0.53 0.21
Hex 52 2F 19 0 2B 46 44 17 35 15
Octal 122 57 31 0 53 106 104 27 65 25
Binary 1010010 101111 11001 0 101011 1000110 1000100 10111 110101 10101

Color Harmonies of #522F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F19

Black with #522F19

Text Example


Text Example

White with #522F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522F19; }

 p { color: rgb(82,47,25); }

 H1.HeaderClassName
 {
   color: #522F19;
 }
 .AnyTagClassName
 {
   color: #522F19;
 }
</style>

background-color css

<style>
 a { background-color: #522F19; }

 a { background-color: rgb(82,47,25); }

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

border-color css

<style>
 span { border-color: #522F19; }

 span { border-color: rgb(82,47,25); }

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