Html Css Color HEX #53321E Brown Bramble

📋 copy color: '#53321E'

red 83 ◦ green 50 ◦ blue 30

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

Shades of Brown Bramble #53321E

Tints of Brown Bramble #53321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 50.92%
G = 30.67%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53321E (or 0x53321E) is known color: Brown Bramble. HEX triplet: 53, 32 and 1E. RGB value is (83,50,30). Sum of RGB (Red+Green+Blue) = 83+50+30=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53321E is #ACCDE1. Grayscale: #393939. Windows color (decimal): -11324898 or 1978963. OLE color: 1978963.

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

Color convert

RGB 83 50 30 -
CMYK 0 0.40 0.64 0.67
HSL 22.64º 0.47% 0.22% -
HSV(B) 22.64º 0.64% 0.33% -
XYZ 4.94 4.21 1.78 -
YUV 57.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 83 50 30 0 0.40 0.64 0.67 22.64 0.47 0.22
Hex 53 32 1E 0 28 40 43 17 2F 16
Octal 123 62 36 0 50 100 103 27 57 26
Binary 1010011 110010 11110 0 101000 1000000 1000011 10111 101111 10110

Color Harmonies of #53321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53321E

Black with #53321E

Text Example


Text Example

White with #53321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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