Html Css Color HEX #53311B Brown Bramble

📋 copy color: '#53311B'

red 83 ◦ green 49 ◦ blue 27

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

Shades of Brown Bramble #53311B

Tints of Brown Bramble #53311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 52.2%
G = 30.82%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53311B (or 0x53311B) is known color: Brown Bramble. HEX triplet: 53, 31 and 1B. RGB value is (83,49,27). Sum of RGB (Red+Green+Blue) = 83+49+27=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311B is #ACCEE4. Grayscale: #383838. Windows color (decimal): -11325157 or 1782099. OLE color: 1782099.

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

Color convert

RGB 83 49 27 -
CMYK 0 0.41 0.67 0.67
HSL 23.57º 0.51% 0.22% -
HSV(B) 23.57º 0.67% 0.33% -
XYZ 4.86 4.11 1.57 -
YUV 56.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 83 49 27 0 0.41 0.67 0.67 23.57 0.51 0.22
Hex 53 31 1B 0 29 43 43 18 33 16
Octal 123 61 33 0 51 103 103 30 63 26
Binary 1010011 110001 11011 0 101001 1000011 1000011 11000 110011 10110

Color Harmonies of #53311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53311B

Black with #53311B

Text Example


Text Example

White with #53311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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