Html Css Color HEX #522F18 Brown Bramble

📋 copy color: '#522F18'

red 82 ◦ green 47 ◦ blue 24

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

Shades of Brown Bramble #522F18

Tints of Brown Bramble #522F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 53.59%
G = 30.72%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#522F18 (or 0x522F18) is known color: Brown Bramble. HEX triplet: 52, 2F and 18. RGB value is (82,47,24). Sum of RGB (Red+Green+Blue) = 82+47+24=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #522F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F18 is #ADD0E7. Grayscale: #363636. Windows color (decimal): -11391208 or 1584978. OLE color: 1584978.

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

Color convert

RGB 82 47 24 -
CMYK 0 0.43 0.71 0.68
HSL 23.79º 0.55% 0.21% -
HSV(B) 23.79º 0.71% 0.32% -
XYZ 4.66 3.89 1.37 -
YUV 54.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 82 47 24 0 0.43 0.71 0.68 23.79 0.55 0.21
Hex 52 2F 18 0 2B 47 44 18 37 15
Octal 122 57 30 0 53 107 104 30 67 25
Binary 1010010 101111 11000 0 101011 1000111 1000100 11000 110111 10101

Color Harmonies of #522F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F18

Black with #522F18

Text Example


Text Example

White with #522F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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