Html Css Color HEX #522F14 Brown Bramble

📋 copy color: '#522F14'

red 82 ◦ green 47 ◦ blue 20

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

Shades of Brown Bramble #522F14

Tints of Brown Bramble #522F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 55.03%
G = 31.54%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#522F14 (or 0x522F14) is known color: Brown Bramble. HEX triplet: 52, 2F and 14. RGB value is (82,47,20). Sum of RGB (Red+Green+Blue) = 82+47+20=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #522F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F14 is #ADD0EB. Grayscale: #363636. Windows color (decimal): -11391212 or 1322834. OLE color: 1322834.

HSL color Cylindrical-coordinate representation of color #522F14: hue angle of 26.13º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522F14 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 47 20 -
CMYK 0 0.43 0.76 0.68
HSL 26.13º 0.61% 0.2% -
HSV(B) 26.13º 0.76% 0.32% -
XYZ 4.62 3.88 1.17 -
YUV 54.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 82 47 20 0 0.43 0.76 0.68 26.13 0.61 0.2
Hex 52 2F 14 0 2B 4C 44 1A 3D 14
Octal 122 57 24 0 53 114 104 32 75 24
Binary 1010010 101111 10100 0 101011 1001100 1000100 11010 111101 10100

Color Harmonies of #522F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F14

Black with #522F14

Text Example


Text Example

White with #522F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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