Html Css Color HEX #532E16 Brown Bramble

📋 copy color: '#532E16'

red 83 ◦ green 46 ◦ blue 22

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

Shades of Brown Bramble #532E16

Tints of Brown Bramble #532E16

RGB

 RED value IS 83 (32.81% from 255) = 54.97%

 GREEN value IS 46 (18.36% from 255) = 30.46%

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 54.97%
G = 30.46%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532E16 (or 0x532E16) is known color: Brown Bramble. HEX triplet: 53, 2E and 16. RGB value is (83,46,22). Sum of RGB (Red+Green+Blue) = 83+46+22=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E16 is #ACD1E9. Grayscale: #363636. Windows color (decimal): -11325930 or 1453651. OLE color: 1453651.

HSL color Cylindrical-coordinate representation of color #532E16: hue angle of 23.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532E16 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 46 22 -
CMYK 0 0.45 0.73 0.67
HSL 23.61º 0.58% 0.21% -
HSV(B) 23.61º 0.73% 0.33% -
XYZ 4.69 3.85 1.26 -
YUV 54.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 83 46 22 0 0.45 0.73 0.67 23.61 0.58 0.21
Hex 53 2E 16 0 2D 49 43 18 3A 15
Octal 123 56 26 0 55 111 103 30 72 25
Binary 1010011 101110 10110 0 101101 1001001 1000011 11000 111010 10101

Color Harmonies of #532E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E16

Black with #532E16

Text Example


Text Example

White with #532E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532E16; }

 p { color: rgb(83,46,22); }

 H1.HeaderClassName
 {
   color: #532E16;
 }
 .AnyTagClassName
 {
   color: #532E16;
 }
</style>

background-color css

<style>
 a { background-color: #532E16; }

 a { background-color: rgb(83,46,22); }

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

border-color css

<style>
 span { border-color: #532E16; }

 span { border-color: rgb(83,46,22); }

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