Html Css Color HEX #53341D Brown Bramble

📋 copy color: '#53341D'

red 83 ◦ green 52 ◦ blue 29

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

Shades of Brown Bramble #53341D

Tints of Brown Bramble #53341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 50.61%
G = 31.71%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53341D (or 0x53341D) is known color: Brown Bramble. HEX triplet: 53, 34 and 1D. RGB value is (83,52,29). Sum of RGB (Red+Green+Blue) = 83+52+29=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53341D is #ACCBE2. Grayscale: #3A3A3A. Windows color (decimal): -11324387 or 1913939. OLE color: 1913939.

HSL color Cylindrical-coordinate representation of color #53341D: hue angle of 25.56º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53341D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 29 -
CMYK 0 0.37 0.65 0.67
HSL 25.56º 0.48% 0.22% -
HSV(B) 25.56º 0.65% 0.33% -
XYZ 5.02 4.38 1.74 -
YUV 58.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 83 52 29 0 0.37 0.65 0.67 25.56 0.48 0.22
Hex 53 34 1D 0 25 41 43 1A 30 16
Octal 123 64 35 0 45 101 103 32 60 26
Binary 1010011 110100 11101 0 100101 1000001 1000011 11010 110000 10110

Color Harmonies of #53341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53341D

Black with #53341D

Text Example


Text Example

White with #53341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53341D; }

 p { color: rgb(83,52,29); }

 H1.HeaderClassName
 {
   color: #53341D;
 }
 .AnyTagClassName
 {
   color: #53341D;
 }
</style>

background-color css

<style>
 a { background-color: #53341D; }

 a { background-color: rgb(83,52,29); }

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

border-color css

<style>
 span { border-color: #53341D; }

 span { border-color: rgb(83,52,29); }

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