Html Css Color HEX #53301A Brown Bramble

📋 copy color: '#53301A'

red 83 ◦ green 48 ◦ blue 26

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

Shades of Brown Bramble #53301A

Tints of Brown Bramble #53301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 52.87%
G = 30.57%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53301A (or 0x53301A) is known color: Brown Bramble. HEX triplet: 53, 30 and 1A. RGB value is (83,48,26). Sum of RGB (Red+Green+Blue) = 83+48+26=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301A is #ACCFE5. Grayscale: #383838. Windows color (decimal): -11325414 or 1716307. OLE color: 1716307.

HSL color Cylindrical-coordinate representation of color #53301A: hue angle of 23.16º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53301A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 26 -
CMYK 0 0.42 0.69 0.67
HSL 23.16º 0.52% 0.21% -
HSV(B) 23.16º 0.69% 0.33% -
XYZ 4.81 4.03 1.5 -
YUV 55.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 83 48 26 0 0.42 0.69 0.67 23.16 0.52 0.21
Hex 53 30 1A 0 2A 45 43 17 34 15
Octal 123 60 32 0 52 105 103 27 64 25
Binary 1010011 110000 11010 0 101010 1000101 1000011 10111 110100 10101

Color Harmonies of #53301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53301A

Black with #53301A

Text Example


Text Example

White with #53301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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