Html Css Color HEX #53321F Brown Bramble

📋 copy color: '#53321F'

red 83 ◦ green 50 ◦ blue 31

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

Shades of Brown Bramble #53321F

Tints of Brown Bramble #53321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 50.61%
G = 30.49%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53321F (or 0x53321F) is known color: Brown Bramble. HEX triplet: 53, 32 and 1F. RGB value is (83,50,31). Sum of RGB (Red+Green+Blue) = 83+50+31=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53321F is #ACCDE0. Grayscale: #393939. Windows color (decimal): -11324897 or 2044499. OLE color: 2044499.

HSL color Cylindrical-coordinate representation of color #53321F: hue angle of 21.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53321F is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 31 -
CMYK 0 0.40 0.63 0.67
HSL 21.92º 0.46% 0.22% -
HSV(B) 21.92º 0.63% 0.33% -
XYZ 4.96 4.22 1.85 -
YUV 57.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 83 50 31 0 0.40 0.63 0.67 21.92 0.46 0.22
Hex 53 32 1F 0 28 3F 43 16 2E 16
Octal 123 62 37 0 50 77 103 26 56 26
Binary 1010011 110010 11111 0 101000 111111 1000011 10110 101110 10110

Color Harmonies of #53321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53321F

Black with #53321F

Text Example


Text Example

White with #53321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53321F; }

 p { color: rgb(83,50,31); }

 H1.HeaderClassName
 {
   color: #53321F;
 }
 .AnyTagClassName
 {
   color: #53321F;
 }
</style>

background-color css

<style>
 a { background-color: #53321F; }

 a { background-color: rgb(83,50,31); }

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

border-color css

<style>
 span { border-color: #53321F; }

 span { border-color: rgb(83,50,31); }

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