Html Css Color HEX #53331E Brown Bramble

📋 copy color: '#53331E'

red 83 ◦ green 51 ◦ blue 30

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

Shades of Brown Bramble #53331E

Tints of Brown Bramble #53331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 50.61%
G = 31.1%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53331E (or 0x53331E) is known color: Brown Bramble. HEX triplet: 53, 33 and 1E. RGB value is (83,51,30). Sum of RGB (Red+Green+Blue) = 83+51+30=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53331E is #ACCCE1. Grayscale: #3A3A3A. Windows color (decimal): -11324642 or 1979219. OLE color: 1979219.

HSL color Cylindrical-coordinate representation of color #53331E: hue angle of 23.77º 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 #53331E is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 51 30 -
CMYK 0 0.39 0.64 0.67
HSL 23.77º 0.47% 0.22% -
HSV(B) 23.77º 0.64% 0.33% -
XYZ 4.99 4.3 1.8 -
YUV 58.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 83 51 30 0 0.39 0.64 0.67 23.77 0.47 0.22
Hex 53 33 1E 0 27 40 43 18 2F 16
Octal 123 63 36 0 47 100 103 30 57 26
Binary 1010011 110011 11110 0 100111 1000000 1000011 11000 101111 10110

Color Harmonies of #53331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53331E

Black with #53331E

Text Example


Text Example

White with #53331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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