Html Css Color HEX #522C14 Brown Bramble

📋 copy color: '#522C14'

red 82 ◦ green 44 ◦ blue 20

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

Shades of Brown Bramble #522C14

Tints of Brown Bramble #522C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.14%

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

R = 56.16%
G = 30.14%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#522C14 (or 0x522C14) is known color: Brown Bramble. HEX triplet: 52, 2C and 14. RGB value is (82,44,20). Sum of RGB (Red+Green+Blue) = 82+44+20=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #522C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522C14 is #ADD3EB. Grayscale: #343434. Windows color (decimal): -11391980 or 1322066. OLE color: 1322066.

HSL color Cylindrical-coordinate representation of color #522C14: hue angle of 23.23º 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 #522C14 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 20 -
CMYK 0 0.46 0.76 0.68
HSL 23.23º 0.61% 0.2% -
HSV(B) 23.23º 0.76% 0.32% -
XYZ 4.51 3.65 1.13 -
YUV 52.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 82 44 20 0 0.46 0.76 0.68 23.23 0.61 0.2
Hex 52 2C 14 0 2E 4C 44 17 3D 14
Octal 122 54 24 0 56 114 104 27 75 24
Binary 1010010 101100 10100 0 101110 1001100 1000100 10111 111101 10100

Color Harmonies of #522C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C14

Black with #522C14

Text Example


Text Example

White with #522C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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