Html Css Color HEX #53301C Brown Bramble

📋 copy color: '#53301C'

red 83 ◦ green 48 ◦ blue 28

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

Shades of Brown Bramble #53301C

Tints of Brown Bramble #53301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.19%

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

R = 52.2%
G = 30.19%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53301C (or 0x53301C) is known color: Brown Bramble. HEX triplet: 53, 30 and 1C. RGB value is (83,48,28). Sum of RGB (Red+Green+Blue) = 83+48+28=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301C is #ACCFE3. Grayscale: #383838. Windows color (decimal): -11325412 or 1847379. OLE color: 1847379.

HSL color Cylindrical-coordinate representation of color #53301C: hue angle of 21.82º 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 #53301C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 28 -
CMYK 0 0.42 0.66 0.67
HSL 21.82º 0.5% 0.22% -
HSV(B) 21.82º 0.66% 0.33% -
XYZ 4.83 4.04 1.62 -
YUV 56.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 83 48 28 0 0.42 0.66 0.67 21.82 0.5 0.22
Hex 53 30 1C 0 2A 42 43 16 32 16
Octal 123 60 34 0 52 102 103 26 62 26
Binary 1010011 110000 11100 0 101010 1000010 1000011 10110 110010 10110

Color Harmonies of #53301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53301C

Black with #53301C

Text Example


Text Example

White with #53301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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