Html Css Color HEX #53311C Brown Bramble

📋 copy color: '#53311C'

red 83 ◦ green 49 ◦ blue 28

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

Shades of Brown Bramble #53311C

Tints of Brown Bramble #53311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 51.88%
G = 30.63%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53311C (or 0x53311C) is known color: Brown Bramble. HEX triplet: 53, 31 and 1C. RGB value is (83,49,28). Sum of RGB (Red+Green+Blue) = 83+49+28=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311C is #ACCEE3. Grayscale: #383838. Windows color (decimal): -11325156 or 1847635. OLE color: 1847635.

HSL color Cylindrical-coordinate representation of color #53311C: hue angle of 22.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53311C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 28 -
CMYK 0 0.41 0.66 0.67
HSL 22.91º 0.5% 0.22% -
HSV(B) 22.91º 0.66% 0.33% -
XYZ 4.88 4.12 1.64 -
YUV 56.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 83 49 28 0 0.41 0.66 0.67 22.91 0.5 0.22
Hex 53 31 1C 0 29 42 43 17 32 16
Octal 123 61 34 0 51 102 103 27 62 26
Binary 1010011 110001 11100 0 101001 1000010 1000011 10111 110010 10110

Color Harmonies of #53311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53311C

Black with #53311C

Text Example


Text Example

White with #53311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53311C; }

 p { color: rgb(83,49,28); }

 H1.HeaderClassName
 {
   color: #53311C;
 }
 .AnyTagClassName
 {
   color: #53311C;
 }
</style>

background-color css

<style>
 a { background-color: #53311C; }

 a { background-color: rgb(83,49,28); }

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

border-color css

<style>
 span { border-color: #53311C; }

 span { border-color: rgb(83,49,28); }

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